Shades of Dark Violet #B017D4
Tints of Dark Violet #B017D4
RGB
CMYK
RGB Variations
Color information
#B017D4 (or 0xB017D4) is known color: Dark Violet. HEX triplet: B0, 17 and D4. RGB value is (176,23,212). Sum of RGB (Red+Green+Blue) = 176+23+212=411 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.82% from 411); Green value is 23 (9.38% from 255 or 5.60% from 411); Blue value is 212 (83.20% from 255 or 51.58% from 411); Max value from RGB is 212 - color contains mainly: blue. Hex color #B017D4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B017D4 is #4FE82B. Grayscale: #595959. Windows color (decimal): -5236780 or 13899696. OLE color: 13899696.
HSL color Cylindrical-coordinate representation of color #B017D4: hue angle of 288.57º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B017D4 is Cyan = 0.17, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 176 | 23 | 212 | - |
| CMYK | 0.17 | 0.89 | 0 | 0.17 |
| HSL | 288.57º | 0.8% | 0.46% | - |
| HSV(B) | 288.57º | 0.89% | 0.83% | - |
| XYZ | 30.09 | 14.6 | 63.52 | - |
| YUV | 90.29 | 196.69 | 189.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 23 | 212 | 0.17 | 0.89 | 0 | 0.17 | 288.57 | 0.8 | 0.46 |
| Hex | B0 | 17 | D4 | 11 | 59 | 0 | 11 | 121 | 50 | 2E |
| Octal | 260 | 27 | 324 | 21 | 131 | 0 | 21 | 441 | 120 | 56 |
| Binary | 10110000 | 10111 | 11010100 | 10001 | 1011001 | 0 | 10001 | 100100001 | 1010000 | 101110 |
Color Harmonies of #B017D4
Complementary color
Monochromatic Colors of #B017D4
Black with #B017D4
Text Example
Text Example
White with #B017D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B017D4; }
p { color: rgb(176,23,212); }
H1.HeaderClassName
{
color: #B017D4;
}
.AnyTagClassName
{
color: #B017D4;
}
</style>
background-color css
<style>
a { background-color: #B017D4; }
a { background-color: rgb(176,23,212); }
div.DivClassName
{
background-color: #B017D4;
}
.BgClassName
{
background-color: #B017D4;
}
</style>
border-color css
<style>
span { border-color: #B017D4; }
span { border-color: rgb(176,23,212); }
td.TdClassName
{
border-color: #B017D4;
}
.TagClassName
{
border-color: #B017D4;
}
</style>