Shades of Dark Violet #B000DF
Tints of Dark Violet #B000DF
RGB
CMYK
RGB Variations
Color information
#B000DF (or 0xB000DF) is known color: Dark Violet. HEX triplet: B0, 00 and DF. RGB value is (176,0,223). Sum of RGB (Red+Green+Blue) = 176+0+223=399 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.11% from 399); Green value is 0 (0.39% from 255 or 0% from 399); Blue value is 223 (87.5% from 255 or 55.89% from 399); Max value from RGB is 223 - color contains mainly: blue. Hex color #B000DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B000DF is #4FFF20. Grayscale: #4D4D4D. Windows color (decimal): -5242657 or 14614704. OLE color: 14614704.
HSL color Cylindrical-coordinate representation of color #B000DF: hue angle of 287.35º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B000DF is Cyan = 0.21, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 0 | 223 | - |
| CMYK | 0.21 | 1 | 0 | 0.13 |
| HSL | 287.35º | 1% | 0.44% | - |
| HSV(B) | 287.35º | 1% | 0.87% | - |
| XYZ | 31.22 | 14.56 | 70.98 | - |
| YUV | 78.05 | 209.81 | 197.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 0 | 223 | 0.21 | 1 | 0 | 0.13 | 287.35 | 1 | 0.44 |
| Hex | B0 | 0 | DF | 15 | 64 | 0 | D | 11F | 64 | 2C |
| Octal | 260 | 0 | 337 | 25 | 144 | 0 | 15 | 437 | 144 | 54 |
| Binary | 10110000 | 0 | 11011111 | 10101 | 1100100 | 0 | 1101 | 100011111 | 1100100 | 101100 |
Color Harmonies of #B000DF
Complementary color
Monochromatic Colors of #B000DF
Black with #B000DF
Text Example
Text Example
White with #B000DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B000DF; }
p { color: rgb(176,0,223); }
H1.HeaderClassName
{
color: #B000DF;
}
.AnyTagClassName
{
color: #B000DF;
}
</style>
background-color css
<style>
a { background-color: #B000DF; }
a { background-color: rgb(176,0,223); }
div.DivClassName
{
background-color: #B000DF;
}
.BgClassName
{
background-color: #B000DF;
}
</style>
border-color css
<style>
span { border-color: #B000DF; }
span { border-color: rgb(176,0,223); }
td.TdClassName
{
border-color: #B000DF;
}
.TagClassName
{
border-color: #B000DF;
}
</style>