Shades of Deep Magenta #B902D9
Tints of Deep Magenta #B902D9
RGB
CMYK
RGB Variations
Color information
#B902D9 (or 0xB902D9) is known color: Deep Magenta. HEX triplet: B9, 02 and D9. RGB value is (185,2,217). Sum of RGB (Red+Green+Blue) = 185+2+217=404 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.79% from 404); Green value is 2 (1.17% from 255 or 0.50% from 404); Blue value is 217 (85.16% from 255 or 53.71% from 404); Max value from RGB is 217 - color contains mainly: blue. Hex color #B902D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B902D9 is #46FD26. Grayscale: #505050. Windows color (decimal): -4652327 or 14222009. OLE color: 14222009.
HSL color Cylindrical-coordinate representation of color #B902D9: hue angle of 291.07º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B902D9 is Cyan = 0.15, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 185 | 2 | 217 | - |
| CMYK | 0.15 | 0.99 | 0 | 0.15 |
| HSL | 291.07º | 0.98% | 0.43% | - |
| HSV(B) | 291.07º | 0.99% | 0.85% | - |
| XYZ | 32.55 | 15.37 | 66.9 | - |
| YUV | 81.23 | 204.63 | 202.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 2 | 217 | 0.15 | 0.99 | 0 | 0.15 | 291.07 | 0.98 | 0.43 |
| Hex | B9 | 2 | D9 | F | 63 | 0 | F | 123 | 62 | 2B |
| Octal | 271 | 2 | 331 | 17 | 143 | 0 | 17 | 443 | 142 | 53 |
| Binary | 10111001 | 10 | 11011001 | 1111 | 1100011 | 0 | 1111 | 100100011 | 1100010 | 101011 |
Color Harmonies of #B902D9
Complementary color
Monochromatic Colors of #B902D9
Black with #B902D9
Text Example
Text Example
White with #B902D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B902D9; }
p { color: rgb(185,2,217); }
H1.HeaderClassName
{
color: #B902D9;
}
.AnyTagClassName
{
color: #B902D9;
}
</style>
background-color css
<style>
a { background-color: #B902D9; }
a { background-color: rgb(185,2,217); }
div.DivClassName
{
background-color: #B902D9;
}
.BgClassName
{
background-color: #B902D9;
}
</style>
border-color css
<style>
span { border-color: #B902D9; }
span { border-color: rgb(185,2,217); }
td.TdClassName
{
border-color: #B902D9;
}
.TagClassName
{
border-color: #B902D9;
}
</style>