Shades of Deep Magenta #B902CC
Tints of Deep Magenta #B902CC
RGB
CMYK
RGB Variations
Color information
#B902CC (or 0xB902CC) is known color: Deep Magenta. HEX triplet: B9, 02 and CC. RGB value is (185,2,204). Sum of RGB (Red+Green+Blue) = 185+2+204=391 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.31% from 391); Green value is 2 (1.17% from 255 or 0.51% from 391); Blue value is 204 (80.08% from 255 or 52.17% from 391); Max value from RGB is 204 - color contains mainly: blue. Hex color #B902CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B902CC is #46FD33. Grayscale: #4F4F4F. Windows color (decimal): -4652340 or 13370041. OLE color: 13370041.
HSL color Cylindrical-coordinate representation of color #B902CC: hue angle of 294.36º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B902CC is Cyan = 0.09, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 185 | 2 | 204 | - |
| CMYK | 0.09 | 0.99 | 0 | 0.2 |
| HSL | 294.36º | 0.98% | 0.4% | - |
| HSV(B) | 294.36º | 0.99% | 0.8% | - |
| XYZ | 30.93 | 14.72 | 58.34 | - |
| YUV | 79.75 | 198.13 | 203.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 2 | 204 | 0.09 | 0.99 | 0 | 0.2 | 294.36 | 0.98 | 0.4 |
| Hex | B9 | 2 | CC | 9 | 63 | 0 | 14 | 126 | 62 | 28 |
| Octal | 271 | 2 | 314 | 11 | 143 | 0 | 24 | 446 | 142 | 50 |
| Binary | 10111001 | 10 | 11001100 | 1001 | 1100011 | 0 | 10100 | 100100110 | 1100010 | 101000 |
Color Harmonies of #B902CC
Complementary color
Monochromatic Colors of #B902CC
Black with #B902CC
Text Example
Text Example
White with #B902CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B902CC; }
p { color: rgb(185,2,204); }
H1.HeaderClassName
{
color: #B902CC;
}
.AnyTagClassName
{
color: #B902CC;
}
</style>
background-color css
<style>
a { background-color: #B902CC; }
a { background-color: rgb(185,2,204); }
div.DivClassName
{
background-color: #B902CC;
}
.BgClassName
{
background-color: #B902CC;
}
</style>
border-color css
<style>
span { border-color: #B902CC; }
span { border-color: rgb(185,2,204); }
td.TdClassName
{
border-color: #B902CC;
}
.TagClassName
{
border-color: #B902CC;
}
</style>