Shades of Deep Magenta #B201CD
Tints of Deep Magenta #B201CD
RGB
CMYK
RGB Variations
Color information
#B201CD (or 0xB201CD) is known color: Deep Magenta. HEX triplet: B2, 01 and CD. RGB value is (178,1,205). Sum of RGB (Red+Green+Blue) = 178+1+205=384 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.35% from 384); Green value is 1 (0.78% from 255 or 0.26% from 384); Blue value is 205 (80.47% from 255 or 53.39% from 384); Max value from RGB is 205 - color contains mainly: blue. Hex color #B201CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B201CD is #4DFE32. Grayscale: #4C4C4C. Windows color (decimal): -5111347 or 13435314. OLE color: 13435314.
HSL color Cylindrical-coordinate representation of color #B201CD: hue angle of 292.06º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B201CD is Cyan = 0.13, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 178 | 1 | 205 | - |
| CMYK | 0.13 | 1.00 | 0 | 0.20 |
| HSL | 292.06º | 0.99% | 0.4% | - |
| HSV(B) | 292.06º | 1% | 0.8% | - |
| XYZ | 29.39 | 13.89 | 58.89 | - |
| YUV | 77.18 | 200.14 | 199.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 1 | 205 | 0.13 | 1.00 | 0 | 0.20 | 292.06 | 0.99 | 0.4 |
| Hex | B2 | 1 | CD | D | 64 | 0 | 14 | 124 | 63 | 28 |
| Octal | 262 | 1 | 315 | 15 | 144 | 0 | 24 | 444 | 143 | 50 |
| Binary | 10110010 | 1 | 11001101 | 1101 | 1100100 | 0 | 10100 | 100100100 | 1100011 | 101000 |
Color Harmonies of #B201CD
Complementary color
Monochromatic Colors of #B201CD
Black with #B201CD
Text Example
Text Example
White with #B201CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B201CD; }
p { color: rgb(178,1,205); }
H1.HeaderClassName
{
color: #B201CD;
}
.AnyTagClassName
{
color: #B201CD;
}
</style>
background-color css
<style>
a { background-color: #B201CD; }
a { background-color: rgb(178,1,205); }
div.DivClassName
{
background-color: #B201CD;
}
.BgClassName
{
background-color: #B201CD;
}
</style>
border-color css
<style>
span { border-color: #B201CD; }
span { border-color: rgb(178,1,205); }
td.TdClassName
{
border-color: #B201CD;
}
.TagClassName
{
border-color: #B201CD;
}
</style>