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