Shades of Deep Magenta #B902DA
Tints of Deep Magenta #B902DA
RGB
CMYK
RGB Variations
Color information
#B902DA (or 0xB902DA) is known color: Deep Magenta. HEX triplet: B9, 02 and DA. RGB value is (185,2,218). Sum of RGB (Red+Green+Blue) = 185+2+218=405 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.68% from 405); Green value is 2 (1.17% from 255 or 0.49% from 405); Blue value is 218 (85.55% from 255 or 53.83% from 405); Max value from RGB is 218 - color contains mainly: blue. Hex color #B902DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B902DA is #46FD25. Grayscale: #505050. Windows color (decimal): -4652326 or 14287545. OLE color: 14287545.
HSL color Cylindrical-coordinate representation of color #B902DA: hue angle of 290.83º 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 #B902DA is Cyan = 0.15, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 185 | 2 | 218 | - |
| CMYK | 0.15 | 0.99 | 0 | 0.15 |
| HSL | 290.83º | 0.98% | 0.43% | - |
| HSV(B) | 290.83º | 0.99% | 0.85% | - |
| XYZ | 32.68 | 15.42 | 67.58 | - |
| YUV | 81.34 | 205.13 | 201.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 2 | 218 | 0.15 | 0.99 | 0 | 0.15 | 290.83 | 0.98 | 0.43 |
| Hex | B9 | 2 | DA | F | 63 | 0 | F | 123 | 62 | 2B |
| Octal | 271 | 2 | 332 | 17 | 143 | 0 | 17 | 443 | 142 | 53 |
| Binary | 10111001 | 10 | 11011010 | 1111 | 1100011 | 0 | 1111 | 100100011 | 1100010 | 101011 |
Color Harmonies of #B902DA
Complementary color
Monochromatic Colors of #B902DA
Black with #B902DA
Text Example
Text Example
White with #B902DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B902DA; }
p { color: rgb(185,2,218); }
H1.HeaderClassName
{
color: #B902DA;
}
.AnyTagClassName
{
color: #B902DA;
}
</style>
background-color css
<style>
a { background-color: #B902DA; }
a { background-color: rgb(185,2,218); }
div.DivClassName
{
background-color: #B902DA;
}
.BgClassName
{
background-color: #B902DA;
}
</style>
border-color css
<style>
span { border-color: #B902DA; }
span { border-color: rgb(185,2,218); }
td.TdClassName
{
border-color: #B902DA;
}
.TagClassName
{
border-color: #B902DA;
}
</style>