Shades of Dark Violet #B302DC
Tints of Dark Violet #B302DC
RGB
CMYK
RGB Variations
Color information
#B302DC (or 0xB302DC) is known color: Dark Violet. HEX triplet: B3, 02 and DC. RGB value is (179,2,220). Sum of RGB (Red+Green+Blue) = 179+2+220=401 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.64% from 401); Green value is 2 (1.17% from 255 or 0.50% from 401); Blue value is 220 (86.33% from 255 or 54.86% from 401); Max value from RGB is 220 - color contains mainly: blue. Hex color #B302DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B302DC is #4CFD23. Grayscale: #4F4F4F. Windows color (decimal): -5045540 or 14418611. OLE color: 14418611.
HSL color Cylindrical-coordinate representation of color #B302DC: hue angle of 288.72º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B302DC is Cyan = 0.19, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 179 | 2 | 220 | - |
| CMYK | 0.19 | 0.99 | 0 | 0.14 |
| HSL | 288.72º | 0.98% | 0.44% | - |
| HSV(B) | 288.72º | 0.99% | 0.86% | - |
| XYZ | 31.53 | 14.79 | 68.9 | - |
| YUV | 79.78 | 207.14 | 198.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 2 | 220 | 0.19 | 0.99 | 0 | 0.14 | 288.72 | 0.98 | 0.44 |
| Hex | B3 | 2 | DC | 13 | 63 | 0 | E | 121 | 62 | 2C |
| Octal | 263 | 2 | 334 | 23 | 143 | 0 | 16 | 441 | 142 | 54 |
| Binary | 10110011 | 10 | 11011100 | 10011 | 1100011 | 0 | 1110 | 100100001 | 1100010 | 101100 |
Color Harmonies of #B302DC
Complementary color
Monochromatic Colors of #B302DC
Black with #B302DC
Text Example
Text Example
White with #B302DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B302DC; }
p { color: rgb(179,2,220); }
H1.HeaderClassName
{
color: #B302DC;
}
.AnyTagClassName
{
color: #B302DC;
}
</style>
background-color css
<style>
a { background-color: #B302DC; }
a { background-color: rgb(179,2,220); }
div.DivClassName
{
background-color: #B302DC;
}
.BgClassName
{
background-color: #B302DC;
}
</style>
border-color css
<style>
span { border-color: #B302DC; }
span { border-color: rgb(179,2,220); }
td.TdClassName
{
border-color: #B302DC;
}
.TagClassName
{
border-color: #B302DC;
}
</style>