Shades of Deep Magenta #B900DD
Tints of Deep Magenta #B900DD
RGB
CMYK
RGB Variations
Color information
#B900DD (or 0xB900DD) is known color: Deep Magenta. HEX triplet: B9, 00 and DD. RGB value is (185,0,221). Sum of RGB (Red+Green+Blue) = 185+0+221=406 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.57% from 406); Green value is 0 (0.39% from 255 or 0% from 406); Blue value is 221 (86.72% from 255 or 54.43% from 406); Max value from RGB is 221 - color contains mainly: blue. Hex color #B900DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B900DD is #46FF22. Grayscale: #4F4F4F. Windows color (decimal): -4652835 or 14483641. OLE color: 14483641.
HSL color Cylindrical-coordinate representation of color #B900DD: hue angle of 290.23º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B900DD is Cyan = 0.16, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 0 | 221 | - |
| CMYK | 0.16 | 1 | 0 | 0.13 |
| HSL | 290.23º | 1% | 0.43% | - |
| HSV(B) | 290.23º | 1% | 0.87% | - |
| XYZ | 33.06 | 15.53 | 69.66 | - |
| YUV | 80.51 | 207.29 | 202.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 0 | 221 | 0.16 | 1 | 0 | 0.13 | 290.23 | 1 | 0.43 |
| Hex | B9 | 0 | DD | 10 | 64 | 0 | D | 122 | 64 | 2B |
| Octal | 271 | 0 | 335 | 20 | 144 | 0 | 15 | 442 | 144 | 53 |
| Binary | 10111001 | 0 | 11011101 | 10000 | 1100100 | 0 | 1101 | 100100010 | 1100100 | 101011 |
Color Harmonies of #B900DD
Complementary color
Monochromatic Colors of #B900DD
Black with #B900DD
Text Example
Text Example
White with #B900DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B900DD; }
p { color: rgb(185,0,221); }
H1.HeaderClassName
{
color: #B900DD;
}
.AnyTagClassName
{
color: #B900DD;
}
</style>
background-color css
<style>
a { background-color: #B900DD; }
a { background-color: rgb(185,0,221); }
div.DivClassName
{
background-color: #B900DD;
}
.BgClassName
{
background-color: #B900DD;
}
</style>
border-color css
<style>
span { border-color: #B900DD; }
span { border-color: rgb(185,0,221); }
td.TdClassName
{
border-color: #B900DD;
}
.TagClassName
{
border-color: #B900DD;
}
</style>