#B36DAE

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

Shades of Violet Blue #B36DAE

Tints of Violet Blue #B36DAE

Color information

#B36DAE (or 0xB36DAE) is unknown color: approx Violet Blue. HEX triplet: B3, 6D and AE. RGB value is (179,109,174). Sum of RGB (Red+Green+Blue) = 179+109+174=462 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.74% from 462); Green value is 109 (42.97% from 255 or 23.59% from 462); Blue value is 174 (68.36% from 255 or 37.66% from 462); Max value from RGB is 179 - color contains mainly: red. Hex color #B36DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36DAE is #4C9251. Grayscale: #898989. Windows color (decimal): -5018194 or 11431347. OLE color: 11431347.

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

Color convert

RGB179109174-
CMYK00.390.030.30
HSL304.29º31.53%56.47%-
HSV(B)304.29º39.11%70.2%-
XYZ31.723.5842.92-
YUV137.34148.69157.71-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.74%
GREEN value IS 109 (42.97% from 255) = 23.59%
BLUE value IS 174 (68.36% from 255) = 37.66%
R=38.74%
G=23.59%
B=37.66%

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
Decimal17910917400.390.030.30304.2931.5356.47
HexB36DAE02731E1302038
Octal2631552560473364604070
Binary1011001111011011010111001001111111110100110000100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36DAE; }

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

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

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

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

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

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

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

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