Shades of Dark Violet #B013DD
Tints of Dark Violet #B013DD
RGB
CMYK
RGB Variations
Color information
#B013DD (or 0xB013DD) is known color: Dark Violet. HEX triplet: B0, 13 and DD. RGB value is (176,19,221). Sum of RGB (Red+Green+Blue) = 176+19+221=416 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.31% from 416); Green value is 19 (7.81% from 255 or 4.57% from 416); Blue value is 221 (86.72% from 255 or 53.12% from 416); Max value from RGB is 221 - color contains mainly: blue. Hex color #B013DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B013DD is #4FEC22. Grayscale: #585858. Windows color (decimal): -5237795 or 14488496. OLE color: 14488496.
HSL color Cylindrical-coordinate representation of color #B013DD: hue angle of 286.63º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B013DD is Cyan = 0.20, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 19 | 221 | - |
| CMYK | 0.20 | 0.91 | 0 | 0.13 |
| HSL | 286.63º | 0.84% | 0.47% | - |
| HSV(B) | 286.63º | 0.91% | 0.87% | - |
| XYZ | 31.19 | 14.92 | 69.64 | - |
| YUV | 88.97 | 202.51 | 190.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 19 | 221 | 0.20 | 0.91 | 0 | 0.13 | 286.63 | 0.84 | 0.47 |
| Hex | B0 | 13 | DD | 14 | 5B | 0 | D | 11F | 54 | 2F |
| Octal | 260 | 23 | 335 | 24 | 133 | 0 | 15 | 437 | 124 | 57 |
| Binary | 10110000 | 10011 | 11011101 | 10100 | 1011011 | 0 | 1101 | 100011111 | 1010100 | 101111 |
Color Harmonies of #B013DD
Complementary color
Monochromatic Colors of #B013DD
Black with #B013DD
Text Example
Text Example
White with #B013DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B013DD; }
p { color: rgb(176,19,221); }
H1.HeaderClassName
{
color: #B013DD;
}
.AnyTagClassName
{
color: #B013DD;
}
</style>
background-color css
<style>
a { background-color: #B013DD; }
a { background-color: rgb(176,19,221); }
div.DivClassName
{
background-color: #B013DD;
}
.BgClassName
{
background-color: #B013DD;
}
</style>
border-color css
<style>
span { border-color: #B013DD; }
span { border-color: rgb(176,19,221); }
td.TdClassName
{
border-color: #B013DD;
}
.TagClassName
{
border-color: #B013DD;
}
</style>