Shades of Dark Violet #B014DE
Tints of Dark Violet #B014DE
RGB
CMYK
RGB Variations
Color information
#B014DE (or 0xB014DE) is known color: Dark Violet. HEX triplet: B0, 14 and DE. RGB value is (176,20,222). Sum of RGB (Red+Green+Blue) = 176+20+222=418 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.11% from 418); Green value is 20 (8.20% from 255 or 4.78% from 418); Blue value is 222 (87.11% from 255 or 53.11% from 418); Max value from RGB is 222 - color contains mainly: blue. Hex color #B014DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B014DE is #4FEB21. Grayscale: #595959. Windows color (decimal): -5237538 or 14554288. OLE color: 14554288.
HSL color Cylindrical-coordinate representation of color #B014DE: hue angle of 286.34º degrees, saturation: 0.83, 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 #B014DE is Cyan = 0.21, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 20 | 222 | - |
| CMYK | 0.21 | 0.91 | 0 | 0.13 |
| HSL | 286.34º | 0.83% | 0.47% | - |
| HSV(B) | 286.34º | 0.91% | 0.87% | - |
| XYZ | 31.34 | 15 | 70.35 | - |
| YUV | 89.67 | 202.68 | 189.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 20 | 222 | 0.21 | 0.91 | 0 | 0.13 | 286.34 | 0.83 | 0.47 |
| Hex | B0 | 14 | DE | 15 | 5B | 0 | D | 11E | 53 | 2F |
| Octal | 260 | 24 | 336 | 25 | 133 | 0 | 15 | 436 | 123 | 57 |
| Binary | 10110000 | 10100 | 11011110 | 10101 | 1011011 | 0 | 1101 | 100011110 | 1010011 | 101111 |
Color Harmonies of #B014DE
Complementary color
Monochromatic Colors of #B014DE
Black with #B014DE
Text Example
Text Example
White with #B014DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B014DE; }
p { color: rgb(176,20,222); }
H1.HeaderClassName
{
color: #B014DE;
}
.AnyTagClassName
{
color: #B014DE;
}
</style>
background-color css
<style>
a { background-color: #B014DE; }
a { background-color: rgb(176,20,222); }
div.DivClassName
{
background-color: #B014DE;
}
.BgClassName
{
background-color: #B014DE;
}
</style>
border-color css
<style>
span { border-color: #B014DE; }
span { border-color: rgb(176,20,222); }
td.TdClassName
{
border-color: #B014DE;
}
.TagClassName
{
border-color: #B014DE;
}
</style>