Shades of Violet Blue #B06BB0
Tints of Violet Blue #B06BB0
RGB
CMYK
RGB Variations
Color information
#B06BB0 (or 0xB06BB0) is known color: 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
| RGB | 176 | 107 | 176 | - |
| CMYK | 0 | 0.39 | 0 | 0.31 |
| HSL | 300º | 0.3% | 0.55% | - |
| HSV(B) | 300º | 0.39% | 0.69% | - |
| XYZ | 31 | 22.88 | 43.86 | - |
| YUV | 135.5 | 150.86 | 156.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 107 | 176 | 0 | 0.39 | 0 | 0.31 | 300 | 0.3 | 0.55 |
| Hex | B0 | 6B | B0 | 0 | 27 | 0 | 1F | 12C | 1E | 37 |
| Octal | 260 | 153 | 260 | 0 | 47 | 0 | 37 | 454 | 36 | 67 |
| Binary | 10110000 | 1101011 | 10110000 | 0 | 100111 | 0 | 11111 | 100101100 | 11110 | 110111 |
Color Harmonies of #B06BB0
Complementary color
Monochromatic Colors of #B06BB0
Black with #B06BB0
Text Example
Text Example
White with #B06BB0
Text Example
Text Example
HTML Codes & Css Web 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>