Shades of Dark Violet #B201DF
Tints of Dark Violet #B201DF
RGB
CMYK
RGB Variations
Color information
#B201DF (or 0xB201DF) is known color: Dark Violet. HEX triplet: B2, 01 and DF. RGB value is (178,1,223). Sum of RGB (Red+Green+Blue) = 178+1+223=402 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.28% from 402); Green value is 1 (0.78% from 255 or 0.25% from 402); Blue value is 223 (87.5% from 255 or 55.47% from 402); Max value from RGB is 223 - color contains mainly: blue. Hex color #B201DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B201DF is #4DFE20. Grayscale: #4E4E4E. Windows color (decimal): -5111329 or 14614962. OLE color: 14614962.
HSL color Cylindrical-coordinate representation of color #B201DF: hue angle of 287.84º 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 #B201DF is Cyan = 0.20, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 1 | 223 | - |
| CMYK | 0.20 | 1.00 | 0 | 0.13 |
| HSL | 287.84º | 0.99% | 0.44% | - |
| HSV(B) | 287.84º | 1% | 0.87% | - |
| XYZ | 31.69 | 14.81 | 71 | - |
| YUV | 79.23 | 209.14 | 198.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 1 | 223 | 0.20 | 1.00 | 0 | 0.13 | 287.84 | 0.99 | 0.44 |
| Hex | B2 | 1 | DF | 14 | 64 | 0 | D | 120 | 63 | 2C |
| Octal | 262 | 1 | 337 | 24 | 144 | 0 | 15 | 440 | 143 | 54 |
| Binary | 10110010 | 1 | 11011111 | 10100 | 1100100 | 0 | 1101 | 100100000 | 1100011 | 101100 |
Color Harmonies of #B201DF
Complementary color
Monochromatic Colors of #B201DF
Black with #B201DF
Text Example
Text Example
White with #B201DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B201DF; }
p { color: rgb(178,1,223); }
H1.HeaderClassName
{
color: #B201DF;
}
.AnyTagClassName
{
color: #B201DF;
}
</style>
background-color css
<style>
a { background-color: #B201DF; }
a { background-color: rgb(178,1,223); }
div.DivClassName
{
background-color: #B201DF;
}
.BgClassName
{
background-color: #B201DF;
}
</style>
border-color css
<style>
span { border-color: #B201DF; }
span { border-color: rgb(178,1,223); }
td.TdClassName
{
border-color: #B201DF;
}
.TagClassName
{
border-color: #B201DF;
}
</style>