Shades of Dark Violet #B204DC
Tints of Dark Violet #B204DC
RGB
CMYK
RGB Variations
Color information
#B204DC (or 0xB204DC) is known color: Dark Violet. HEX triplet: B2, 04 and DC. RGB value is (178,4,220). Sum of RGB (Red+Green+Blue) = 178+4+220=402 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.28% from 402); Green value is 4 (1.95% from 255 or 1.00% from 402); Blue value is 220 (86.33% from 255 or 54.73% from 402); Max value from RGB is 220 - color contains mainly: blue. Hex color #B204DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B204DC is #4DFB23. Grayscale: #4F4F4F. Windows color (decimal): -5110564 or 14419122. OLE color: 14419122.
HSL color Cylindrical-coordinate representation of color #B204DC: hue angle of 288.33º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B204DC is Cyan = 0.19, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 178 | 4 | 220 | - |
| CMYK | 0.19 | 0.98 | 0 | 0.14 |
| HSL | 288.33º | 0.96% | 0.44% | - |
| HSV(B) | 288.33º | 0.98% | 0.86% | - |
| XYZ | 31.32 | 14.72 | 68.9 | - |
| YUV | 80.65 | 206.65 | 197.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 4 | 220 | 0.19 | 0.98 | 0 | 0.14 | 288.33 | 0.96 | 0.44 |
| Hex | B2 | 4 | DC | 13 | 62 | 0 | E | 120 | 60 | 2C |
| Octal | 262 | 4 | 334 | 23 | 142 | 0 | 16 | 440 | 140 | 54 |
| Binary | 10110010 | 100 | 11011100 | 10011 | 1100010 | 0 | 1110 | 100100000 | 1100000 | 101100 |
Color Harmonies of #B204DC
Complementary color
Monochromatic Colors of #B204DC
Black with #B204DC
Text Example
Text Example
White with #B204DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B204DC; }
p { color: rgb(178,4,220); }
H1.HeaderClassName
{
color: #B204DC;
}
.AnyTagClassName
{
color: #B204DC;
}
</style>
background-color css
<style>
a { background-color: #B204DC; }
a { background-color: rgb(178,4,220); }
div.DivClassName
{
background-color: #B204DC;
}
.BgClassName
{
background-color: #B204DC;
}
</style>
border-color css
<style>
span { border-color: #B204DC; }
span { border-color: rgb(178,4,220); }
td.TdClassName
{
border-color: #B204DC;
}
.TagClassName
{
border-color: #B204DC;
}
</style>