Shades of Violet Blue #B06DB6
Tints of Violet Blue #B06DB6
RGB
CMYK
RGB Variations
Color information
#B06DB6 (or 0xB06DB6) is known color: 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
| RGB | 176 | 109 | 182 | - |
| CMYK | 0.03 | 0.40 | 0 | 0.29 |
| HSL | 295.07º | 0.33% | 0.57% | - |
| HSV(B) | 295.07º | 0.4% | 0.71% | - |
| XYZ | 31.82 | 23.54 | 47.12 | - |
| YUV | 137.36 | 153.2 | 155.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 109 | 182 | 0.03 | 0.40 | 0 | 0.29 | 295.07 | 0.33 | 0.57 |
| Hex | B0 | 6D | B6 | 3 | 28 | 0 | 1D | 127 | 21 | 39 |
| Octal | 260 | 155 | 266 | 3 | 50 | 0 | 35 | 447 | 41 | 71 |
| Binary | 10110000 | 1101101 | 10110110 | 11 | 101000 | 0 | 11101 | 100100111 | 100001 | 111001 |
Color Harmonies of #B06DB6
Complementary color
Monochromatic Colors of #B06DB6
Black with #B06DB6
Text Example
Text Example
White with #B06DB6
Text Example
Text Example
HTML Codes & Css Web 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>