#B06BA9

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

Shades of Violet Blue #B06BA9

Tints of Violet Blue #B06BA9

Color information

#B06BA9 (or 0xB06BA9) is unknown color: approx Violet Blue. HEX triplet: B0, 6B and A9. RGB value is (176,107,169). Sum of RGB (Red+Green+Blue) = 176+107+169=452 (59% of max value = 765). Red value is 176 (69.14% from 255 or 38.94% from 452); Green value is 107 (42.19% from 255 or 23.67% from 452); Blue value is 169 (66.41% from 255 or 37.39% from 452); Max value from RGB is 176 - color contains mainly: red. Hex color #B06BA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06BA9 is #4F9456. Grayscale: #868686. Windows color (decimal): -5215319 or 11103152. OLE color: 11103152.

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

Color convert

RGB176107169-
CMYK00.390.040.31
HSL306.09º30.4%55.49%-
HSV(B)306.09º39.2%69.02%-
XYZ30.3222.6140.3-
YUV134.7147.36157.46-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.94%
GREEN value IS 107 (42.19% from 255) = 23.67%
BLUE value IS 169 (66.41% from 255) = 37.39%
R=38.94%
G=23.67%
B=37.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.04
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610716900.390.040.31306.0930.455.49
HexB06BA902741F1321e37
Octal2601532510474374623667
Binary1011000011010111010100101001111001111110011001011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06BA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06BA9; }

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

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

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

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

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

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

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

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