Shades of Dark Violet #B304DC
Tints of Dark Violet #B304DC
RGB
CMYK
RGB Variations
Color information
#B304DC (or 0xB304DC) is known color: Dark Violet. HEX triplet: B3, 04 and DC. RGB value is (179,4,220). Sum of RGB (Red+Green+Blue) = 179+4+220=403 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.42% from 403); Green value is 4 (1.95% from 255 or 0.99% from 403); Blue value is 220 (86.33% from 255 or 54.59% from 403); Max value from RGB is 220 - color contains mainly: blue. Hex color #B304DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B304DC is #4CFB23. Grayscale: #505050. Windows color (decimal): -5045028 or 14419123. OLE color: 14419123.
HSL color Cylindrical-coordinate representation of color #B304DC: hue angle of 288.61º 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 #B304DC is Cyan = 0.19, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 179 | 4 | 220 | - |
| CMYK | 0.19 | 0.98 | 0 | 0.14 |
| HSL | 288.61º | 0.96% | 0.44% | - |
| HSV(B) | 288.61º | 0.98% | 0.86% | - |
| XYZ | 31.55 | 14.84 | 68.91 | - |
| YUV | 80.95 | 206.48 | 197.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 4 | 220 | 0.19 | 0.98 | 0 | 0.14 | 288.61 | 0.96 | 0.44 |
| Hex | B3 | 4 | DC | 13 | 62 | 0 | E | 121 | 60 | 2C |
| Octal | 263 | 4 | 334 | 23 | 142 | 0 | 16 | 441 | 140 | 54 |
| Binary | 10110011 | 100 | 11011100 | 10011 | 1100010 | 0 | 1110 | 100100001 | 1100000 | 101100 |
Color Harmonies of #B304DC
Complementary color
Monochromatic Colors of #B304DC
Black with #B304DC
Text Example
Text Example
White with #B304DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B304DC; }
p { color: rgb(179,4,220); }
H1.HeaderClassName
{
color: #B304DC;
}
.AnyTagClassName
{
color: #B304DC;
}
</style>
background-color css
<style>
a { background-color: #B304DC; }
a { background-color: rgb(179,4,220); }
div.DivClassName
{
background-color: #B304DC;
}
.BgClassName
{
background-color: #B304DC;
}
</style>
border-color css
<style>
span { border-color: #B304DC; }
span { border-color: rgb(179,4,220); }
td.TdClassName
{
border-color: #B304DC;
}
.TagClassName
{
border-color: #B304DC;
}
</style>