Shades of Deep Magenta #B901DE
Tints of Deep Magenta #B901DE
RGB
CMYK
RGB Variations
Color information
#B901DE (or 0xB901DE) is known color: Deep Magenta. HEX triplet: B9, 01 and DE. RGB value is (185,1,222). Sum of RGB (Red+Green+Blue) = 185+1+222=408 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.34% from 408); Green value is 1 (0.78% from 255 or 0.25% from 408); Blue value is 222 (87.11% from 255 or 54.41% from 408); Max value from RGB is 222 - color contains mainly: blue. Hex color #B901DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B901DE is #46FE21. Grayscale: #505050. Windows color (decimal): -4652578 or 14549433. OLE color: 14549433.
HSL color Cylindrical-coordinate representation of color #B901DE: hue angle of 289.95º 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 #B901DE is Cyan = 0.17, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 1 | 222 | - |
| CMYK | 0.17 | 1.00 | 0 | 0.13 |
| HSL | 289.95º | 0.99% | 0.44% | - |
| HSV(B) | 289.95º | 1% | 0.87% | - |
| XYZ | 33.2 | 15.61 | 70.37 | - |
| YUV | 81.21 | 207.46 | 202.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 1 | 222 | 0.17 | 1.00 | 0 | 0.13 | 289.95 | 0.99 | 0.44 |
| Hex | B9 | 1 | DE | 11 | 64 | 0 | D | 122 | 63 | 2C |
| Octal | 271 | 1 | 336 | 21 | 144 | 0 | 15 | 442 | 143 | 54 |
| Binary | 10111001 | 1 | 11011110 | 10001 | 1100100 | 0 | 1101 | 100100010 | 1100011 | 101100 |
Color Harmonies of #B901DE
Complementary color
Monochromatic Colors of #B901DE
Black with #B901DE
Text Example
Text Example
White with #B901DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B901DE; }
p { color: rgb(185,1,222); }
H1.HeaderClassName
{
color: #B901DE;
}
.AnyTagClassName
{
color: #B901DE;
}
</style>
background-color css
<style>
a { background-color: #B901DE; }
a { background-color: rgb(185,1,222); }
div.DivClassName
{
background-color: #B901DE;
}
.BgClassName
{
background-color: #B901DE;
}
</style>
border-color css
<style>
span { border-color: #B901DE; }
span { border-color: rgb(185,1,222); }
td.TdClassName
{
border-color: #B901DE;
}
.TagClassName
{
border-color: #B901DE;
}
</style>