#B06CAE

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

Shades of Violet Blue #B06CAE

Tints of Violet Blue #B06CAE

Color information

#B06CAE (or 0xB06CAE) is unknown color: approx Violet Blue. HEX triplet: B0, 6C and AE. RGB value is (176,108,174). Sum of RGB (Red+Green+Blue) = 176+108+174=458 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.43% from 458); Green value is 108 (42.58% from 255 or 23.58% from 458); Blue value is 174 (68.36% from 255 or 37.99% from 458); Max value from RGB is 176 - color contains mainly: red. Hex color #B06CAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06CAE is #4F9351. Grayscale: #878787. Windows color (decimal): -5215058 or 11431088. OLE color: 11431088.

HSL color Cylindrical-coordinate representation of color #B06CAE: hue angle of 301.76º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B06CAE is Cyan = 0, Magento = 0.39, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB176108174-
CMYK00.390.010.31
HSL301.76º30.09%55.69%-
HSV(B)301.76º38.64%69.02%-
XYZ30.9123.0142.86-
YUV135.86149.53156.63-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.43%
GREEN value IS 108 (42.58% from 255) = 23.58%
BLUE value IS 174 (68.36% from 255) = 37.99%
R=38.43%
G=23.58%
B=37.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610817400.390.010.31301.7630.0955.69
HexB06CAE02711F12e1e38
Octal2601542560471374563670
Binary10110000110110010101110010011111111110010111011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06CAE; }

 p { color: rgb(176,108,174); }

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

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

 a { background-color: rgb(176,108,174); }

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

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

 span { border-color: rgb(176,108,174); }

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