#b36eae

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

Shades of Violet Blue #B36EAE

Tints of Violet Blue #B36EAE

Color information

#B36EAE (or 0xB36EAE) is unknown color: approx Violet Blue. HEX triplet: B3, 6E and AE. RGB value is (179,110,174). Sum of RGB (Red+Green+Blue) = 179+110+174=463 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.66% from 463); Green value is 110 (43.36% from 255 or 23.76% from 463); Blue value is 174 (68.36% from 255 or 37.58% from 463); Max value from RGB is 179 - color contains mainly: red. Hex color #B36EAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36EAE is #4C9151. Grayscale: #898989. Windows color (decimal): -5017938 or 11431603. OLE color: 11431603.

HSL color Cylindrical-coordinate representation of color #B36EAE: hue angle of 304.35º 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 #B36EAE is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB179110174-
CMYK00.390.030.30
HSL304.35º31.22%56.67%-
HSV(B)304.35º38.55%70.2%-
XYZ31.8123.7942.96-
YUV137.93148.36157.3-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.66%
GREEN value IS 110 (43.36% from 255) = 23.76%
BLUE value IS 174 (68.36% from 255) = 37.58%
R=38.66%
G=23.76%
B=37.58%

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
Decimal17911017400.390.030.30304.3531.2256.67
HexB36EAE02731E1301f39
Octal2631562560473364603771
Binary101100111101110101011100100111111111010011000011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b36eae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b36eae; }

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

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

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

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

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

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

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

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