Shades of Deep Magenta #B201CE
Tints of Deep Magenta #B201CE
RGB
CMYK
RGB Variations
Color information
#B201CE (or 0xB201CE) is known color: Deep Magenta. HEX triplet: B2, 01 and CE. RGB value is (178,1,206). Sum of RGB (Red+Green+Blue) = 178+1+206=385 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.23% from 385); Green value is 1 (0.78% from 255 or 0.26% from 385); Blue value is 206 (80.86% from 255 or 53.51% from 385); Max value from RGB is 206 - color contains mainly: blue. Hex color #B201CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B201CE is #4DFE31. Grayscale: #4C4C4C. Windows color (decimal): -5111346 or 13500850. OLE color: 13500850.
HSL color Cylindrical-coordinate representation of color #B201CE: hue angle of 291.8º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B201CE is Cyan = 0.14, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 178 | 1 | 206 | - |
| CMYK | 0.14 | 1.00 | 0 | 0.19 |
| HSL | 291.8º | 0.99% | 0.41% | - |
| HSV(B) | 291.8º | 1% | 0.81% | - |
| XYZ | 29.51 | 13.94 | 59.53 | - |
| YUV | 77.29 | 200.64 | 199.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 1 | 206 | 0.14 | 1.00 | 0 | 0.19 | 291.8 | 0.99 | 0.41 |
| Hex | B2 | 1 | CE | E | 64 | 0 | 13 | 124 | 63 | 29 |
| Octal | 262 | 1 | 316 | 16 | 144 | 0 | 23 | 444 | 143 | 51 |
| Binary | 10110010 | 1 | 11001110 | 1110 | 1100100 | 0 | 10011 | 100100100 | 1100011 | 101001 |
Color Harmonies of #B201CE
Complementary color
Monochromatic Colors of #B201CE
Black with #B201CE
Text Example
Text Example
White with #B201CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B201CE; }
p { color: rgb(178,1,206); }
H1.HeaderClassName
{
color: #B201CE;
}
.AnyTagClassName
{
color: #B201CE;
}
</style>
background-color css
<style>
a { background-color: #B201CE; }
a { background-color: rgb(178,1,206); }
div.DivClassName
{
background-color: #B201CE;
}
.BgClassName
{
background-color: #B201CE;
}
</style>
border-color css
<style>
span { border-color: #B201CE; }
span { border-color: rgb(178,1,206); }
td.TdClassName
{
border-color: #B201CE;
}
.TagClassName
{
border-color: #B201CE;
}
</style>