Shades of Dark Violet #B014D9
Tints of Dark Violet #B014D9
RGB
CMYK
RGB Variations
Color information
#B014D9 (or 0xB014D9) is known color: Dark Violet. HEX triplet: B0, 14 and D9. RGB value is (176,20,217). Sum of RGB (Red+Green+Blue) = 176+20+217=413 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.62% from 413); Green value is 20 (8.20% from 255 or 4.84% from 413); Blue value is 217 (85.16% from 255 or 52.54% from 413); Max value from RGB is 217 - color contains mainly: blue. Hex color #B014D9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B014D9 is #4FEB26. Grayscale: #585858. Windows color (decimal): -5237543 or 14226608. OLE color: 14226608.
HSL color Cylindrical-coordinate representation of color #B014D9: hue angle of 287.51º degrees, saturation: 0.83, 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 #B014D9 is Cyan = 0.19, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 176 | 20 | 217 | - |
| CMYK | 0.19 | 0.91 | 0 | 0.15 |
| HSL | 287.51º | 0.83% | 0.46% | - |
| HSV(B) | 287.51º | 0.91% | 0.85% | - |
| XYZ | 30.68 | 14.74 | 66.87 | - |
| YUV | 89.1 | 200.18 | 189.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 20 | 217 | 0.19 | 0.91 | 0 | 0.15 | 287.51 | 0.83 | 0.46 |
| Hex | B0 | 14 | D9 | 13 | 5B | 0 | F | 120 | 53 | 2E |
| Octal | 260 | 24 | 331 | 23 | 133 | 0 | 17 | 440 | 123 | 56 |
| Binary | 10110000 | 10100 | 11011001 | 10011 | 1011011 | 0 | 1111 | 100100000 | 1010011 | 101110 |
Color Harmonies of #B014D9
Complementary color
Monochromatic Colors of #B014D9
Black with #B014D9
Text Example
Text Example
White with #B014D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B014D9; }
p { color: rgb(176,20,217); }
H1.HeaderClassName
{
color: #B014D9;
}
.AnyTagClassName
{
color: #B014D9;
}
</style>
background-color css
<style>
a { background-color: #B014D9; }
a { background-color: rgb(176,20,217); }
div.DivClassName
{
background-color: #B014D9;
}
.BgClassName
{
background-color: #B014D9;
}
</style>
border-color css
<style>
span { border-color: #B014D9; }
span { border-color: rgb(176,20,217); }
td.TdClassName
{
border-color: #B014D9;
}
.TagClassName
{
border-color: #B014D9;
}
</style>