Shades of Deep Magenta #B201D0
Tints of Deep Magenta #B201D0
RGB
CMYK
RGB Variations
Color information
#B201D0 (or 0xB201D0) is known color: Deep Magenta. HEX triplet: B2, 01 and D0. RGB value is (178,1,208). Sum of RGB (Red+Green+Blue) = 178+1+208=387 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.99% from 387); Green value is 1 (0.78% from 255 or 0.26% from 387); Blue value is 208 (81.64% from 255 or 53.75% from 387); Max value from RGB is 208 - color contains mainly: blue. Hex color #B201D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B201D0 is #4DFE2F. Grayscale: #4C4C4C. Windows color (decimal): -5111344 or 13631922. OLE color: 13631922.
HSL color Cylindrical-coordinate representation of color #B201D0: hue angle of 291.3º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B201D0 is Cyan = 0.14, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 178 | 1 | 208 | - |
| CMYK | 0.14 | 1.00 | 0 | 0.18 |
| HSL | 291.3º | 0.99% | 0.41% | - |
| HSV(B) | 291.3º | 1% | 0.82% | - |
| XYZ | 29.76 | 14.04 | 60.82 | - |
| YUV | 77.52 | 201.64 | 199.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 1 | 208 | 0.14 | 1.00 | 0 | 0.18 | 291.3 | 0.99 | 0.41 |
| Hex | B2 | 1 | D0 | E | 64 | 0 | 12 | 123 | 63 | 29 |
| Octal | 262 | 1 | 320 | 16 | 144 | 0 | 22 | 443 | 143 | 51 |
| Binary | 10110010 | 1 | 11010000 | 1110 | 1100100 | 0 | 10010 | 100100011 | 1100011 | 101001 |
Color Harmonies of #B201D0
Complementary color
Monochromatic Colors of #B201D0
Black with #B201D0
Text Example
Text Example
White with #B201D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B201D0; }
p { color: rgb(178,1,208); }
H1.HeaderClassName
{
color: #B201D0;
}
.AnyTagClassName
{
color: #B201D0;
}
</style>
background-color css
<style>
a { background-color: #B201D0; }
a { background-color: rgb(178,1,208); }
div.DivClassName
{
background-color: #B201D0;
}
.BgClassName
{
background-color: #B201D0;
}
</style>
border-color css
<style>
span { border-color: #B201D0; }
span { border-color: rgb(178,1,208); }
td.TdClassName
{
border-color: #B201D0;
}
.TagClassName
{
border-color: #B201D0;
}
</style>