Shades of Deep Magenta #B902CE
Tints of Deep Magenta #B902CE
RGB
CMYK
RGB Variations
Color information
#B902CE (or 0xB902CE) is known color: Deep Magenta. HEX triplet: B9, 02 and CE. RGB value is (185,2,206). Sum of RGB (Red+Green+Blue) = 185+2+206=393 (52% of max value = 765). Red value is 185 (72.66% from 255 or 47.07% from 393); Green value is 2 (1.17% from 255 or 0.51% from 393); Blue value is 206 (80.86% from 255 or 52.42% from 393); Max value from RGB is 206 - color contains mainly: blue. Hex color #B902CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B902CE is #46FD31. Grayscale: #4F4F4F. Windows color (decimal): -4652338 or 13501113. OLE color: 13501113.
HSL color Cylindrical-coordinate representation of color #B902CE: hue angle of 293.82º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B902CE is Cyan = 0.10, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 185 | 2 | 206 | - |
| CMYK | 0.10 | 0.99 | 0 | 0.19 |
| HSL | 293.82º | 0.98% | 0.41% | - |
| HSV(B) | 293.82º | 0.99% | 0.81% | - |
| XYZ | 31.17 | 14.81 | 59.61 | - |
| YUV | 79.97 | 199.13 | 202.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 2 | 206 | 0.10 | 0.99 | 0 | 0.19 | 293.82 | 0.98 | 0.41 |
| Hex | B9 | 2 | CE | A | 63 | 0 | 13 | 126 | 62 | 29 |
| Octal | 271 | 2 | 316 | 12 | 143 | 0 | 23 | 446 | 142 | 51 |
| Binary | 10111001 | 10 | 11001110 | 1010 | 1100011 | 0 | 10011 | 100100110 | 1100010 | 101001 |
Color Harmonies of #B902CE
Complementary color
Monochromatic Colors of #B902CE
Black with #B902CE
Text Example
Text Example
White with #B902CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B902CE; }
p { color: rgb(185,2,206); }
H1.HeaderClassName
{
color: #B902CE;
}
.AnyTagClassName
{
color: #B902CE;
}
</style>
background-color css
<style>
a { background-color: #B902CE; }
a { background-color: rgb(185,2,206); }
div.DivClassName
{
background-color: #B902CE;
}
.BgClassName
{
background-color: #B902CE;
}
</style>
border-color css
<style>
span { border-color: #B902CE; }
span { border-color: rgb(185,2,206); }
td.TdClassName
{
border-color: #B902CE;
}
.TagClassName
{
border-color: #B902CE;
}
</style>