Shades of Dark Violet #B014D1
Tints of Dark Violet #B014D1
RGB
CMYK
RGB Variations
Color information
#B014D1 (or 0xB014D1) is known color: Dark Violet. HEX triplet: B0, 14 and D1. RGB value is (176,20,209). Sum of RGB (Red+Green+Blue) = 176+20+209=405 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.46% from 405); Green value is 20 (8.20% from 255 or 4.94% from 405); Blue value is 209 (82.03% from 255 or 51.60% from 405); Max value from RGB is 209 - color contains mainly: blue. Hex color #B014D1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B014D1 is #4FEB2E. Grayscale: #575757. Windows color (decimal): -5237551 or 13702320. OLE color: 13702320.
HSL color Cylindrical-coordinate representation of color #B014D1: hue angle of 289.52º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B014D1 is Cyan = 0.16, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 176 | 20 | 209 | - |
| CMYK | 0.16 | 0.90 | 0 | 0.18 |
| HSL | 289.52º | 0.83% | 0.45% | - |
| HSV(B) | 289.52º | 0.9% | 0.82% | - |
| XYZ | 29.66 | 14.33 | 61.52 | - |
| YUV | 88.19 | 196.18 | 190.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 20 | 209 | 0.16 | 0.90 | 0 | 0.18 | 289.52 | 0.83 | 0.45 |
| Hex | B0 | 14 | D1 | 10 | 5A | 0 | 12 | 122 | 53 | 2D |
| Octal | 260 | 24 | 321 | 20 | 132 | 0 | 22 | 442 | 123 | 55 |
| Binary | 10110000 | 10100 | 11010001 | 10000 | 1011010 | 0 | 10010 | 100100010 | 1010011 | 101101 |
Color Harmonies of #B014D1
Complementary color
Monochromatic Colors of #B014D1
Black with #B014D1
Text Example
Text Example
White with #B014D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B014D1; }
p { color: rgb(176,20,209); }
H1.HeaderClassName
{
color: #B014D1;
}
.AnyTagClassName
{
color: #B014D1;
}
</style>
background-color css
<style>
a { background-color: #B014D1; }
a { background-color: rgb(176,20,209); }
div.DivClassName
{
background-color: #B014D1;
}
.BgClassName
{
background-color: #B014D1;
}
</style>
border-color css
<style>
span { border-color: #B014D1; }
span { border-color: rgb(176,20,209); }
td.TdClassName
{
border-color: #B014D1;
}
.TagClassName
{
border-color: #B014D1;
}
</style>