#B36EAD

Color #B36EAD Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #B36EAD

Tints of Violet Blue #B36EAD

Color information

#B36EAD (or 0xB36EAD) is unknown color: approx Violet Blue. HEX triplet: B3, 6E and AD. RGB value is (179,110,173). Sum of RGB (Red+Green+Blue) = 179+110+173=462 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.74% from 462); Green value is 110 (43.36% from 255 or 23.81% from 462); Blue value is 173 (67.97% from 255 or 37.45% from 462); Max value from RGB is 179 - color contains mainly: red. Hex color #B36EAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36EAD is #4C9152. Grayscale: #898989. Windows color (decimal): -5017939 or 11366067. OLE color: 11366067.

HSL color Cylindrical-coordinate representation of color #B36EAD: hue angle of 305.22º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B36EAD is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB179110173-
CMYK00.390.030.30
HSL305.22º31.22%56.67%-
HSV(B)305.22º38.55%70.2%-
XYZ31.7123.7542.45-
YUV137.81147.86157.38-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.74%
GREEN value IS 110 (43.36% from 255) = 23.81%
BLUE value IS 173 (67.97% from 255) = 37.45%
R=38.74%
G=23.81%
B=37.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17911017300.390.030.30305.2231.2256.67
HexB36EAD02731E1311f39
Octal2631562550473364613771
Binary101100111101110101011010100111111111010011000111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36EAD; }

 p { color: rgb(179,110,173); }

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

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

 a { background-color: rgb(179,110,173); }

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

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

 span { border-color: rgb(179,110,173); }

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