Shades of Dark Violet #B314DC
Tints of Dark Violet #B314DC
RGB
CMYK
RGB Variations
Color information
#B314DC (or 0xB314DC) is known color: Dark Violet. HEX triplet: B3, 14 and DC. RGB value is (179,20,220). Sum of RGB (Red+Green+Blue) = 179+20+220=419 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.72% from 419); Green value is 20 (8.20% from 255 or 4.77% from 419); Blue value is 220 (86.33% from 255 or 52.51% from 419); Max value from RGB is 220 - color contains mainly: blue. Hex color #B314DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B314DC is #4CEB23. Grayscale: #595959. Windows color (decimal): -5040932 or 14423219. OLE color: 14423219.
HSL color Cylindrical-coordinate representation of color #B314DC: hue angle of 287.7º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B314DC is Cyan = 0.19, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 179 | 20 | 220 | - |
| CMYK | 0.19 | 0.91 | 0 | 0.14 |
| HSL | 287.7º | 0.83% | 0.47% | - |
| HSV(B) | 287.7º | 0.91% | 0.86% | - |
| XYZ | 31.76 | 15.25 | 68.98 | - |
| YUV | 90.34 | 201.18 | 191.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 20 | 220 | 0.19 | 0.91 | 0 | 0.14 | 287.7 | 0.83 | 0.47 |
| Hex | B3 | 14 | DC | 13 | 5B | 0 | E | 120 | 53 | 2F |
| Octal | 263 | 24 | 334 | 23 | 133 | 0 | 16 | 440 | 123 | 57 |
| Binary | 10110011 | 10100 | 11011100 | 10011 | 1011011 | 0 | 1110 | 100100000 | 1010011 | 101111 |
Color Harmonies of #B314DC
Complementary color
Monochromatic Colors of #B314DC
Black with #B314DC
Text Example
Text Example
White with #B314DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B314DC; }
p { color: rgb(179,20,220); }
H1.HeaderClassName
{
color: #B314DC;
}
.AnyTagClassName
{
color: #B314DC;
}
</style>
background-color css
<style>
a { background-color: #B314DC; }
a { background-color: rgb(179,20,220); }
div.DivClassName
{
background-color: #B314DC;
}
.BgClassName
{
background-color: #B314DC;
}
</style>
border-color css
<style>
span { border-color: #B314DC; }
span { border-color: rgb(179,20,220); }
td.TdClassName
{
border-color: #B314DC;
}
.TagClassName
{
border-color: #B314DC;
}
</style>