Shades of Deep Magenta #B901DC
Tints of Deep Magenta #B901DC
RGB
CMYK
RGB Variations
Color information
#B901DC (or 0xB901DC) is known color: Deep Magenta. HEX triplet: B9, 01 and DC. RGB value is (185,1,220). Sum of RGB (Red+Green+Blue) = 185+1+220=406 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.57% from 406); Green value is 1 (0.78% from 255 or 0.25% from 406); Blue value is 220 (86.33% from 255 or 54.19% from 406); Max value from RGB is 220 - color contains mainly: blue. Hex color #B901DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B901DC is #46FE23. Grayscale: #505050. Windows color (decimal): -4652580 or 14418361. OLE color: 14418361.
HSL color Cylindrical-coordinate representation of color #B901DC: hue angle of 290.41º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B901DC is Cyan = 0.16, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 1 | 220 | - |
| CMYK | 0.16 | 1.00 | 0 | 0.14 |
| HSL | 290.41º | 0.99% | 0.43% | - |
| HSV(B) | 290.41º | 1% | 0.86% | - |
| XYZ | 32.94 | 15.5 | 68.97 | - |
| YUV | 80.98 | 206.46 | 202.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 1 | 220 | 0.16 | 1.00 | 0 | 0.14 | 290.41 | 0.99 | 0.43 |
| Hex | B9 | 1 | DC | 10 | 64 | 0 | E | 122 | 63 | 2B |
| Octal | 271 | 1 | 334 | 20 | 144 | 0 | 16 | 442 | 143 | 53 |
| Binary | 10111001 | 1 | 11011100 | 10000 | 1100100 | 0 | 1110 | 100100010 | 1100011 | 101011 |
Color Harmonies of #B901DC
Complementary color
Monochromatic Colors of #B901DC
Black with #B901DC
Text Example
Text Example
White with #B901DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B901DC; }
p { color: rgb(185,1,220); }
H1.HeaderClassName
{
color: #B901DC;
}
.AnyTagClassName
{
color: #B901DC;
}
</style>
background-color css
<style>
a { background-color: #B901DC; }
a { background-color: rgb(185,1,220); }
div.DivClassName
{
background-color: #B901DC;
}
.BgClassName
{
background-color: #B901DC;
}
</style>
border-color css
<style>
span { border-color: #B901DC; }
span { border-color: rgb(185,1,220); }
td.TdClassName
{
border-color: #B901DC;
}
.TagClassName
{
border-color: #B901DC;
}
</style>