Shades of Dark Violet #B206DB
Tints of Dark Violet #B206DB
RGB
CMYK
RGB Variations
Color information
#B206DB (or 0xB206DB) is known color: Dark Violet. HEX triplet: B2, 06 and DB. RGB value is (178,6,219). Sum of RGB (Red+Green+Blue) = 178+6+219=403 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.17% from 403); Green value is 6 (2.73% from 255 or 1.49% from 403); Blue value is 219 (85.94% from 255 or 54.34% from 403); Max value from RGB is 219 - color contains mainly: blue. Hex color #B206DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B206DB is #4DF924. Grayscale: #515151. Windows color (decimal): -5110053 or 14354098. OLE color: 14354098.
HSL color Cylindrical-coordinate representation of color #B206DB: hue angle of 288.45º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B206DB is Cyan = 0.19, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 178 | 6 | 219 | - |
| CMYK | 0.19 | 0.97 | 0 | 0.14 |
| HSL | 288.45º | 0.95% | 0.44% | - |
| HSV(B) | 288.45º | 0.97% | 0.86% | - |
| XYZ | 31.21 | 14.71 | 68.21 | - |
| YUV | 81.71 | 205.48 | 196.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 6 | 219 | 0.19 | 0.97 | 0 | 0.14 | 288.45 | 0.95 | 0.44 |
| Hex | B2 | 6 | DB | 13 | 61 | 0 | E | 120 | 5F | 2C |
| Octal | 262 | 6 | 333 | 23 | 141 | 0 | 16 | 440 | 137 | 54 |
| Binary | 10110010 | 110 | 11011011 | 10011 | 1100001 | 0 | 1110 | 100100000 | 1011111 | 101100 |
Color Harmonies of #B206DB
Complementary color
Monochromatic Colors of #B206DB
Black with #B206DB
Text Example
Text Example
White with #B206DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B206DB; }
p { color: rgb(178,6,219); }
H1.HeaderClassName
{
color: #B206DB;
}
.AnyTagClassName
{
color: #B206DB;
}
</style>
background-color css
<style>
a { background-color: #B206DB; }
a { background-color: rgb(178,6,219); }
div.DivClassName
{
background-color: #B206DB;
}
.BgClassName
{
background-color: #B206DB;
}
</style>
border-color css
<style>
span { border-color: #B206DB; }
span { border-color: rgb(178,6,219); }
td.TdClassName
{
border-color: #B206DB;
}
.TagClassName
{
border-color: #B206DB;
}
</style>