#B06CAA

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

Shades of Violet Blue #B06CAA

Tints of Violet Blue #B06CAA

Color information

#B06CAA (or 0xB06CAA) is unknown color: approx Violet Blue. HEX triplet: B0, 6C and AA. RGB value is (176,108,170). Sum of RGB (Red+Green+Blue) = 176+108+170=454 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.77% from 454); Green value is 108 (42.58% from 255 or 23.79% from 454); Blue value is 170 (66.80% from 255 or 37.44% from 454); Max value from RGB is 176 - color contains mainly: red. Hex color #B06CAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06CAA is #4F9355. Grayscale: #878787. Windows color (decimal): -5215062 or 11168944. OLE color: 11168944.

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

Color convert

RGB176108170-
CMYK00.390.030.31
HSL305.29º30.09%55.69%-
HSV(B)305.29º38.64%69.02%-
XYZ30.5222.8640.83-
YUV135.4147.53156.96-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.77%
GREEN value IS 108 (42.58% from 255) = 23.79%
BLUE value IS 170 (66.80% from 255) = 37.44%
R=38.77%
G=23.79%
B=37.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610817000.390.030.31305.2930.0955.69
HexB06CAA02731F1311e38
Octal2601542520473374613670
Binary101100001101100101010100100111111111110011000111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06CAA; }

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

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

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

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

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

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

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

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