Shades of Dark Violet #B013D9
Tints of Dark Violet #B013D9
RGB
CMYK
RGB Variations
Color information
#B013D9 (or 0xB013D9) is known color: Dark Violet. HEX triplet: B0, 13 and D9. RGB value is (176,19,217). Sum of RGB (Red+Green+Blue) = 176+19+217=412 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.72% from 412); Green value is 19 (7.81% from 255 or 4.61% from 412); Blue value is 217 (85.16% from 255 or 52.67% from 412); Max value from RGB is 217 - color contains mainly: blue. Hex color #B013D9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B013D9 is #4FEC26. Grayscale: #575757. Windows color (decimal): -5237799 or 14226352. OLE color: 14226352.
HSL color Cylindrical-coordinate representation of color #B013D9: hue angle of 287.58º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B013D9 is Cyan = 0.19, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 176 | 19 | 217 | - |
| CMYK | 0.19 | 0.91 | 0 | 0.15 |
| HSL | 287.58º | 0.84% | 0.46% | - |
| HSV(B) | 287.58º | 0.91% | 0.85% | - |
| XYZ | 30.66 | 14.71 | 66.87 | - |
| YUV | 88.52 | 200.51 | 190.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 19 | 217 | 0.19 | 0.91 | 0 | 0.15 | 287.58 | 0.84 | 0.46 |
| Hex | B0 | 13 | D9 | 13 | 5B | 0 | F | 120 | 54 | 2E |
| Octal | 260 | 23 | 331 | 23 | 133 | 0 | 17 | 440 | 124 | 56 |
| Binary | 10110000 | 10011 | 11011001 | 10011 | 1011011 | 0 | 1111 | 100100000 | 1010100 | 101110 |
Color Harmonies of #B013D9
Complementary color
Monochromatic Colors of #B013D9
Black with #B013D9
Text Example
Text Example
White with #B013D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B013D9; }
p { color: rgb(176,19,217); }
H1.HeaderClassName
{
color: #B013D9;
}
.AnyTagClassName
{
color: #B013D9;
}
</style>
background-color css
<style>
a { background-color: #B013D9; }
a { background-color: rgb(176,19,217); }
div.DivClassName
{
background-color: #B013D9;
}
.BgClassName
{
background-color: #B013D9;
}
</style>
border-color css
<style>
span { border-color: #B013D9; }
span { border-color: rgb(176,19,217); }
td.TdClassName
{
border-color: #B013D9;
}
.TagClassName
{
border-color: #B013D9;
}
</style>