#B35AE8

Color #B35AE8 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #B35AE8

Tints of Medium Orchid #B35AE8

Color information

#B35AE8 (or 0xB35AE8) is unknown color: approx Medium Orchid. HEX triplet: B3, 5A and E8. RGB value is (179,90,232). Sum of RGB (Red+Green+Blue) = 179+90+232=501 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.73% from 501); Green value is 90 (35.55% from 255 or 17.96% from 501); Blue value is 232 (91.02% from 255 or 46.31% from 501); Max value from RGB is 232 - color contains mainly: blue. Hex color #B35AE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B35AE8 is #4CA517. Grayscale: #848484. Windows color (decimal): -5023000 or 15227571. OLE color: 15227571.

HSL color Cylindrical-coordinate representation of color #B35AE8: hue angle of 277.61º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B35AE8 is Cyan = 0.23, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB17990232-
CMYK0.230.6100.09
HSL277.61º75.53%63.14%-
HSV(B)277.61º61.21%90.98%-
XYZ36.8122.7278.79-
YUV132.8183.99160.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 179 (70.31% from 255) = 35.73%
GREEN value IS 90 (35.55% from 255) = 17.96%
BLUE value IS 232 (91.02% from 255) = 46.31%
R=35.73%
G=17.96%
B=46.31%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal179902320.230.6100.09277.6175.5363.14
HexB35AE8173D091164c3f
Octal263132350277501142611477
Binary1011001110110101110100010111111101010011000101101001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35AE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35AE8; }

 p { color: rgb(179,90,232); }

 H1.HeaderClassName
 {
   color: #B35AE8;
 }
 .AnyTagClassName
 {
   color: #B35AE8;
 }
</style>
background-color css

<style>
 a { background-color: #B35AE8; }

 a { background-color: rgb(179,90,232); }

 div.DivClassName
 {
   background-color: #B35AE8;
 }
 .BgClassName
 {
   background-color: #B35AE8;
 }
</style>
border-color css

<style>
 span { border-color: #B35AE8; }

 span { border-color: rgb(179,90,232); }

 td.TdClassName
 {
   border-color: #B35AE8;
 }
 .TagClassName
 {
   border-color: #B35AE8;
 }
</style>