#B06BB0

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

Shades of Violet Blue #B06BB0

Tints of Violet Blue #B06BB0

Color information

#B06BB0 (or 0xB06BB0) is unknown color: approx Violet Blue. HEX triplet: B0, 6B and B0. RGB value is (176,107,176). Sum of RGB (Red+Green+Blue) = 176+107+176=459 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.34% from 459); Green value is 107 (42.19% from 255 or 23.31% from 459); Blue value is 176 (69.14% from 255 or 38.34% from 459); Max value from RGB is 176 - color contains mainly: red, blue. Hex color #B06BB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06BB0 is #4F944F. Grayscale: #878787. Windows color (decimal): -5215312 or 11561904. OLE color: 11561904.

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

Color convert

RGB176107176-
CMYK00.3900.31
HSL300º30.4%55.49%-
HSV(B)300º39.2%69.02%-
XYZ3122.8843.86-
YUV135.5150.86156.89-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.34%
GREEN value IS 107 (42.19% from 255) = 23.31%
BLUE value IS 176 (69.14% from 255) = 38.34%
R=38.34%
G=23.31%
B=38.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610717600.3900.3130030.455.49
HexB06BB002701F12c1e37
Octal2601532600470374543667
Binary10110000110101110110000010011101111110010110011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06BB0; }

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

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

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

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

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

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

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

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