#B06BB2

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

Shades of Violet Blue #B06BB2

Tints of Violet Blue #B06BB2

Color information

#B06BB2 (or 0xB06BB2) is unknown color: approx Violet Blue. HEX triplet: B0, 6B and B2. RGB value is (176,107,178). Sum of RGB (Red+Green+Blue) = 176+107+178=461 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.18% from 461); Green value is 107 (42.19% from 255 or 23.21% from 461); Blue value is 178 (69.92% from 255 or 38.61% from 461); Max value from RGB is 178 - color contains mainly: blue. Hex color #B06BB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06BB2 is #4F944D. Grayscale: #878787. Windows color (decimal): -5215310 or 11692976. OLE color: 11692976.

HSL color Cylindrical-coordinate representation of color #B06BB2: hue angle of 298.31º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B06BB2 is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB176107178-
CMYK0.010.4000.30
HSL298.31º31.56%55.88%-
HSV(B)298.31º39.89%69.8%-
XYZ31.222.9644.91-
YUV135.72151.86156.73-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.18%
GREEN value IS 107 (42.19% from 255) = 23.21%
BLUE value IS 178 (69.92% from 255) = 38.61%
R=38.18%
G=23.21%
B=38.61%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1761071780.010.4000.30298.3131.5655.88
HexB06BB212801E12a2038
Octal2601532621500364524070
Binary101100001101011101100101101000011110100101010100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06BB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06BB2; }

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

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

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

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

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

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

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

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