Shades of Dark Violet #B013DC
Tints of Dark Violet #B013DC
RGB
CMYK
RGB Variations
Color information
#B013DC (or 0xB013DC) is known color: Dark Violet. HEX triplet: B0, 13 and DC. RGB value is (176,19,220). Sum of RGB (Red+Green+Blue) = 176+19+220=415 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.41% from 415); Green value is 19 (7.81% from 255 or 4.58% from 415); Blue value is 220 (86.33% from 255 or 53.01% from 415); Max value from RGB is 220 - color contains mainly: blue. Hex color #B013DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B013DC is #4FEC23. Grayscale: #585858. Windows color (decimal): -5237796 or 14422960. OLE color: 14422960.
HSL color Cylindrical-coordinate representation of color #B013DC: hue angle of 286.87º degrees, saturation: 0.84, 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 #B013DC is Cyan = 0.2, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 19 | 220 | - |
| CMYK | 0.2 | 0.91 | 0 | 0.14 |
| HSL | 286.87º | 0.84% | 0.47% | - |
| HSV(B) | 286.87º | 0.91% | 0.86% | - |
| XYZ | 31.06 | 14.86 | 68.94 | - |
| YUV | 88.86 | 202.01 | 190.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 19 | 220 | 0.2 | 0.91 | 0 | 0.14 | 286.87 | 0.84 | 0.47 |
| Hex | B0 | 13 | DC | 14 | 5B | 0 | E | 11F | 54 | 2F |
| Octal | 260 | 23 | 334 | 24 | 133 | 0 | 16 | 437 | 124 | 57 |
| Binary | 10110000 | 10011 | 11011100 | 10100 | 1011011 | 0 | 1110 | 100011111 | 1010100 | 101111 |
Color Harmonies of #B013DC
Complementary color
Monochromatic Colors of #B013DC
Black with #B013DC
Text Example
Text Example
White with #B013DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B013DC; }
p { color: rgb(176,19,220); }
H1.HeaderClassName
{
color: #B013DC;
}
.AnyTagClassName
{
color: #B013DC;
}
</style>
background-color css
<style>
a { background-color: #B013DC; }
a { background-color: rgb(176,19,220); }
div.DivClassName
{
background-color: #B013DC;
}
.BgClassName
{
background-color: #B013DC;
}
</style>
border-color css
<style>
span { border-color: #B013DC; }
span { border-color: rgb(176,19,220); }
td.TdClassName
{
border-color: #B013DC;
}
.TagClassName
{
border-color: #B013DC;
}
</style>