#B06DB6

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

Shades of Violet Blue #B06DB6

Tints of Violet Blue #B06DB6

Color information

#B06DB6 (or 0xB06DB6) is unknown color: approx Violet Blue. HEX triplet: B0, 6D and B6. RGB value is (176,109,182). Sum of RGB (Red+Green+Blue) = 176+109+182=467 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.69% from 467); Green value is 109 (42.97% from 255 or 23.34% from 467); Blue value is 182 (71.48% from 255 or 38.97% from 467); Max value from RGB is 182 - color contains mainly: blue. Hex color #B06DB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B06DB6 is #4F9249. Grayscale: #898989. Windows color (decimal): -5214794 or 11955632. OLE color: 11955632.

HSL color Cylindrical-coordinate representation of color #B06DB6: hue angle of 295.07º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B06DB6 is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB176109182-
CMYK0.030.4000.29
HSL295.07º33.33%57.06%-
HSV(B)295.07º40.11%71.37%-
XYZ31.8223.5447.12-
YUV137.35153.2155.56-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.69%
GREEN value IS 109 (42.97% from 255) = 23.34%
BLUE value IS 182 (71.48% from 255) = 38.97%
R=37.69%
G=23.34%
B=38.97%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1761091820.030.4000.29295.0733.3357.06
HexB06DB632801D1272139
Octal2601552663500354474171
Binary1011000011011011011011011101000011101100100111100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06DB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06DB6; }

 p { color: rgb(176,109,182); }

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

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

 a { background-color: rgb(176,109,182); }

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

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

 span { border-color: rgb(176,109,182); }

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