#B06BAA

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

Shades of Violet Blue #B06BAA

Tints of Violet Blue #B06BAA

Color information

#B06BAA (or 0xB06BAA) is unknown color: approx Violet Blue. HEX triplet: B0, 6B and AA. RGB value is (176,107,170). Sum of RGB (Red+Green+Blue) = 176+107+170=453 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.85% from 453); Green value is 107 (42.19% from 255 or 23.62% from 453); Blue value is 170 (66.80% from 255 or 37.53% from 453); Max value from RGB is 176 - color contains mainly: red. Hex color #B06BAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06BAA is #4F9455. Grayscale: #868686. Windows color (decimal): -5215318 or 11168688. OLE color: 11168688.

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

Color convert

RGB176107170-
CMYK00.390.030.31
HSL305.22º30.4%55.49%-
HSV(B)305.22º39.2%69.02%-
XYZ30.4222.6540.8-
YUV134.81147.86157.38-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.85%
GREEN value IS 107 (42.19% from 255) = 23.62%
BLUE value IS 170 (66.80% from 255) = 37.53%
R=38.85%
G=23.62%
B=37.53%

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
Decimal17610717000.390.030.31305.2230.455.49
HexB06BAA02731F1311e37
Octal2601532520473374613667
Binary101100001101011101010100100111111111110011000111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06BAA; }

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

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

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

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

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

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

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

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