Shades of Deep Magenta #B902CD
Tints of Deep Magenta #B902CD
RGB
CMYK
RGB Variations
Color information
#B902CD (or 0xB902CD) is known color: Deep Magenta. HEX triplet: B9, 02 and CD. RGB value is (185,2,205). Sum of RGB (Red+Green+Blue) = 185+2+205=392 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.19% from 392); Green value is 2 (1.17% from 255 or 0.51% from 392); Blue value is 205 (80.47% from 255 or 52.30% from 392); Max value from RGB is 205 - color contains mainly: blue. Hex color #B902CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B902CD is #46FD32. Grayscale: #4F4F4F. Windows color (decimal): -4652339 or 13435577. OLE color: 13435577.
HSL color Cylindrical-coordinate representation of color #B902CD: hue angle of 294.09º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B902CD is Cyan = 0.10, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 185 | 2 | 205 | - |
| CMYK | 0.10 | 0.99 | 0 | 0.20 |
| HSL | 294.09º | 0.98% | 0.41% | - |
| HSV(B) | 294.09º | 0.99% | 0.8% | - |
| XYZ | 31.05 | 14.77 | 58.97 | - |
| YUV | 79.86 | 198.63 | 202.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 2 | 205 | 0.10 | 0.99 | 0 | 0.20 | 294.09 | 0.98 | 0.41 |
| Hex | B9 | 2 | CD | A | 63 | 0 | 14 | 126 | 62 | 29 |
| Octal | 271 | 2 | 315 | 12 | 143 | 0 | 24 | 446 | 142 | 51 |
| Binary | 10111001 | 10 | 11001101 | 1010 | 1100011 | 0 | 10100 | 100100110 | 1100010 | 101001 |
Color Harmonies of #B902CD
Complementary color
Monochromatic Colors of #B902CD
Black with #B902CD
Text Example
Text Example
White with #B902CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B902CD; }
p { color: rgb(185,2,205); }
H1.HeaderClassName
{
color: #B902CD;
}
.AnyTagClassName
{
color: #B902CD;
}
</style>
background-color css
<style>
a { background-color: #B902CD; }
a { background-color: rgb(185,2,205); }
div.DivClassName
{
background-color: #B902CD;
}
.BgClassName
{
background-color: #B902CD;
}
</style>
border-color css
<style>
span { border-color: #B902CD; }
span { border-color: rgb(185,2,205); }
td.TdClassName
{
border-color: #B902CD;
}
.TagClassName
{
border-color: #B902CD;
}
</style>