Shades of Dark Violet #B016DF
Tints of Dark Violet #B016DF
RGB
CMYK
RGB Variations
Color information
#B016DF (or 0xB016DF) is known color: Dark Violet. HEX triplet: B0, 16 and DF. RGB value is (176,22,223). Sum of RGB (Red+Green+Blue) = 176+22+223=421 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.81% from 421); Green value is 22 (8.98% from 255 or 5.23% from 421); Blue value is 223 (87.5% from 255 or 52.97% from 421); Max value from RGB is 223 - color contains mainly: blue. Hex color #B016DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B016DF is #4FE920. Grayscale: #5A5A5A. Windows color (decimal): -5237025 or 14620336. OLE color: 14620336.
HSL color Cylindrical-coordinate representation of color #B016DF: hue angle of 285.97º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B016DF is Cyan = 0.21, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 22 | 223 | - |
| CMYK | 0.21 | 0.90 | 0 | 0.13 |
| HSL | 285.97º | 0.82% | 0.48% | - |
| HSV(B) | 285.97º | 0.9% | 0.87% | - |
| XYZ | 31.51 | 15.13 | 71.07 | - |
| YUV | 90.96 | 202.52 | 188.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 22 | 223 | 0.21 | 0.90 | 0 | 0.13 | 285.97 | 0.82 | 0.48 |
| Hex | B0 | 16 | DF | 15 | 5A | 0 | D | 11E | 52 | 30 |
| Octal | 260 | 26 | 337 | 25 | 132 | 0 | 15 | 436 | 122 | 60 |
| Binary | 10110000 | 10110 | 11011111 | 10101 | 1011010 | 0 | 1101 | 100011110 | 1010010 | 110000 |
Color Harmonies of #B016DF
Complementary color
Monochromatic Colors of #B016DF
Black with #B016DF
Text Example
Text Example
White with #B016DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B016DF; }
p { color: rgb(176,22,223); }
H1.HeaderClassName
{
color: #B016DF;
}
.AnyTagClassName
{
color: #B016DF;
}
</style>
background-color css
<style>
a { background-color: #B016DF; }
a { background-color: rgb(176,22,223); }
div.DivClassName
{
background-color: #B016DF;
}
.BgClassName
{
background-color: #B016DF;
}
</style>
border-color css
<style>
span { border-color: #B016DF; }
span { border-color: rgb(176,22,223); }
td.TdClassName
{
border-color: #B016DF;
}
.TagClassName
{
border-color: #B016DF;
}
</style>