Shades of Deep Magenta #B900DE
Tints of Deep Magenta #B900DE
RGB
CMYK
RGB Variations
Color information
#B900DE (or 0xB900DE) is known color: Deep Magenta. HEX triplet: B9, 00 and DE. RGB value is (185,0,222). Sum of RGB (Red+Green+Blue) = 185+0+222=407 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.45% from 407); Green value is 0 (0.39% from 255 or 0% from 407); Blue value is 222 (87.11% from 255 or 54.55% from 407); Max value from RGB is 222 - color contains mainly: blue. Hex color #B900DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B900DE is #46FF21. Grayscale: #4F4F4F. Windows color (decimal): -4652834 or 14549177. OLE color: 14549177.
HSL color Cylindrical-coordinate representation of color #B900DE: hue angle of 290º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B900DE is Cyan = 0.17, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 0 | 222 | - |
| CMYK | 0.17 | 1 | 0 | 0.13 |
| HSL | 290º | 1% | 0.44% | - |
| HSV(B) | 290º | 1% | 0.87% | - |
| XYZ | 33.19 | 15.59 | 70.37 | - |
| YUV | 80.62 | 207.79 | 202.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 0 | 222 | 0.17 | 1 | 0 | 0.13 | 290 | 1 | 0.44 |
| Hex | B9 | 0 | DE | 11 | 64 | 0 | D | 122 | 64 | 2C |
| Octal | 271 | 0 | 336 | 21 | 144 | 0 | 15 | 442 | 144 | 54 |
| Binary | 10111001 | 0 | 11011110 | 10001 | 1100100 | 0 | 1101 | 100100010 | 1100100 | 101100 |
Color Harmonies of #B900DE
Complementary color
Monochromatic Colors of #B900DE
Black with #B900DE
Text Example
Text Example
White with #B900DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B900DE; }
p { color: rgb(185,0,222); }
H1.HeaderClassName
{
color: #B900DE;
}
.AnyTagClassName
{
color: #B900DE;
}
</style>
background-color css
<style>
a { background-color: #B900DE; }
a { background-color: rgb(185,0,222); }
div.DivClassName
{
background-color: #B900DE;
}
.BgClassName
{
background-color: #B900DE;
}
</style>
border-color css
<style>
span { border-color: #B900DE; }
span { border-color: rgb(185,0,222); }
td.TdClassName
{
border-color: #B900DE;
}
.TagClassName
{
border-color: #B900DE;
}
</style>