Shades of Dark Violet #B014DF
Tints of Dark Violet #B014DF
RGB
CMYK
RGB Variations
Color information
#B014DF (or 0xB014DF) is known color: Dark Violet. HEX triplet: B0, 14 and DF. RGB value is (176,20,223). Sum of RGB (Red+Green+Blue) = 176+20+223=419 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.00% from 419); Green value is 20 (8.20% from 255 or 4.77% from 419); Blue value is 223 (87.5% from 255 or 53.22% from 419); Max value from RGB is 223 - color contains mainly: blue. Hex color #B014DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B014DF is #4FEB20. Grayscale: #595959. Windows color (decimal): -5237537 or 14619824. OLE color: 14619824.
HSL color Cylindrical-coordinate representation of color #B014DF: hue angle of 286.11º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B014DF is Cyan = 0.21, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 20 | 223 | - |
| CMYK | 0.21 | 0.91 | 0 | 0.13 |
| HSL | 286.11º | 0.84% | 0.48% | - |
| HSV(B) | 286.11º | 0.91% | 0.87% | - |
| XYZ | 31.47 | 15.06 | 71.06 | - |
| YUV | 89.79 | 203.18 | 189.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 20 | 223 | 0.21 | 0.91 | 0 | 0.13 | 286.11 | 0.84 | 0.48 |
| Hex | B0 | 14 | DF | 15 | 5B | 0 | D | 11E | 54 | 30 |
| Octal | 260 | 24 | 337 | 25 | 133 | 0 | 15 | 436 | 124 | 60 |
| Binary | 10110000 | 10100 | 11011111 | 10101 | 1011011 | 0 | 1101 | 100011110 | 1010100 | 110000 |
Color Harmonies of #B014DF
Complementary color
Monochromatic Colors of #B014DF
Black with #B014DF
Text Example
Text Example
White with #B014DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B014DF; }
p { color: rgb(176,20,223); }
H1.HeaderClassName
{
color: #B014DF;
}
.AnyTagClassName
{
color: #B014DF;
}
</style>
background-color css
<style>
a { background-color: #B014DF; }
a { background-color: rgb(176,20,223); }
div.DivClassName
{
background-color: #B014DF;
}
.BgClassName
{
background-color: #B014DF;
}
</style>
border-color css
<style>
span { border-color: #B014DF; }
span { border-color: rgb(176,20,223); }
td.TdClassName
{
border-color: #B014DF;
}
.TagClassName
{
border-color: #B014DF;
}
</style>