Shades of Deep Magenta #B902CF
Tints of Deep Magenta #B902CF
RGB
CMYK
RGB Variations
Color information
#B902CF (or 0xB902CF) is known color: Deep Magenta. HEX triplet: B9, 02 and CF. RGB value is (185,2,207). Sum of RGB (Red+Green+Blue) = 185+2+207=394 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.95% from 394); Green value is 2 (1.17% from 255 or 0.51% from 394); Blue value is 207 (81.25% from 255 or 52.54% from 394); Max value from RGB is 207 - color contains mainly: blue. Hex color #B902CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B902CF is #46FD30. Grayscale: #4F4F4F. Windows color (decimal): -4652337 or 13566649. OLE color: 13566649.
HSL color Cylindrical-coordinate representation of color #B902CF: hue angle of 293.56º 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 #B902CF is Cyan = 0.11, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 185 | 2 | 207 | - |
| CMYK | 0.11 | 0.99 | 0 | 0.19 |
| HSL | 293.56º | 0.98% | 0.41% | - |
| HSV(B) | 293.56º | 0.99% | 0.81% | - |
| XYZ | 31.29 | 14.86 | 60.25 | - |
| YUV | 80.09 | 199.63 | 202.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 2 | 207 | 0.11 | 0.99 | 0 | 0.19 | 293.56 | 0.98 | 0.41 |
| Hex | B9 | 2 | CF | B | 63 | 0 | 13 | 126 | 62 | 29 |
| Octal | 271 | 2 | 317 | 13 | 143 | 0 | 23 | 446 | 142 | 51 |
| Binary | 10111001 | 10 | 11001111 | 1011 | 1100011 | 0 | 10011 | 100100110 | 1100010 | 101001 |
Color Harmonies of #B902CF
Complementary color
Monochromatic Colors of #B902CF
Black with #B902CF
Text Example
Text Example
White with #B902CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B902CF; }
p { color: rgb(185,2,207); }
H1.HeaderClassName
{
color: #B902CF;
}
.AnyTagClassName
{
color: #B902CF;
}
</style>
background-color css
<style>
a { background-color: #B902CF; }
a { background-color: rgb(185,2,207); }
div.DivClassName
{
background-color: #B902CF;
}
.BgClassName
{
background-color: #B902CF;
}
</style>
border-color css
<style>
span { border-color: #B902CF; }
span { border-color: rgb(185,2,207); }
td.TdClassName
{
border-color: #B902CF;
}
.TagClassName
{
border-color: #B902CF;
}
</style>