Shades of Dark Violet #B001DE
Tints of Dark Violet #B001DE
RGB
CMYK
RGB Variations
Color information
#B001DE (or 0xB001DE) is known color: Dark Violet. HEX triplet: B0, 01 and DE. RGB value is (176,1,222). Sum of RGB (Red+Green+Blue) = 176+1+222=399 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.11% from 399); Green value is 1 (0.78% from 255 or 0.25% from 399); Blue value is 222 (87.11% from 255 or 55.64% from 399); Max value from RGB is 222 - color contains mainly: blue. Hex color #B001DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B001DE is #4FFE21. Grayscale: #4D4D4D. Windows color (decimal): -5242402 or 14549424. OLE color: 14549424.
HSL color Cylindrical-coordinate representation of color #B001DE: hue angle of 287.51º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B001DE is Cyan = 0.21, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 1 | 222 | - |
| CMYK | 0.21 | 1.00 | 0 | 0.13 |
| HSL | 287.51º | 0.99% | 0.44% | - |
| HSV(B) | 287.51º | 1% | 0.87% | - |
| XYZ | 31.1 | 14.53 | 70.27 | - |
| YUV | 78.52 | 208.98 | 197.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 1 | 222 | 0.21 | 1.00 | 0 | 0.13 | 287.51 | 0.99 | 0.44 |
| Hex | B0 | 1 | DE | 15 | 64 | 0 | D | 120 | 63 | 2C |
| Octal | 260 | 1 | 336 | 25 | 144 | 0 | 15 | 440 | 143 | 54 |
| Binary | 10110000 | 1 | 11011110 | 10101 | 1100100 | 0 | 1101 | 100100000 | 1100011 | 101100 |
Color Harmonies of #B001DE
Complementary color
Monochromatic Colors of #B001DE
Black with #B001DE
Text Example
Text Example
White with #B001DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B001DE; }
p { color: rgb(176,1,222); }
H1.HeaderClassName
{
color: #B001DE;
}
.AnyTagClassName
{
color: #B001DE;
}
</style>
background-color css
<style>
a { background-color: #B001DE; }
a { background-color: rgb(176,1,222); }
div.DivClassName
{
background-color: #B001DE;
}
.BgClassName
{
background-color: #B001DE;
}
</style>
border-color css
<style>
span { border-color: #B001DE; }
span { border-color: rgb(176,1,222); }
td.TdClassName
{
border-color: #B001DE;
}
.TagClassName
{
border-color: #B001DE;
}
</style>