Shades of Deep Magenta #B902AB
Tints of Deep Magenta #B902AB
RGB
CMYK
RGB Variations
Color information
#B902AB (or 0xB902AB) is known color: Deep Magenta. HEX triplet: B9, 02 and AB. RGB value is (185,2,171). Sum of RGB (Red+Green+Blue) = 185+2+171=358 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.68% from 358); Green value is 2 (1.17% from 255 or 0.56% from 358); Blue value is 171 (67.19% from 255 or 47.77% from 358); Max value from RGB is 185 - color contains mainly: red. Hex color #B902AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B902AB is #46FD54. Grayscale: #4B4B4B. Windows color (decimal): -4652373 or 11207353. OLE color: 11207353.
HSL color Cylindrical-coordinate representation of color #B902AB: hue angle of 304.59º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B902AB is Cyan = 0, Magento = 0.99, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 2 | 171 | - |
| CMYK | 0 | 0.99 | 0.08 | 0.27 |
| HSL | 304.59º | 0.98% | 0.37% | - |
| HSV(B) | 304.59º | 0.99% | 0.73% | - |
| XYZ | 27.38 | 13.3 | 39.65 | - |
| YUV | 75.98 | 181.63 | 205.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 2 | 171 | 0 | 0.99 | 0.08 | 0.27 | 304.59 | 0.98 | 0.37 |
| Hex | B9 | 2 | AB | 0 | 63 | 8 | 1B | 131 | 62 | 25 |
| Octal | 271 | 2 | 253 | 0 | 143 | 10 | 33 | 461 | 142 | 45 |
| Binary | 10111001 | 10 | 10101011 | 0 | 1100011 | 1000 | 11011 | 100110001 | 1100010 | 100101 |
Color Harmonies of #B902AB
Complementary color
Monochromatic Colors of #B902AB
Black with #B902AB
Text Example
Text Example
White with #B902AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B902AB; }
p { color: rgb(185,2,171); }
H1.HeaderClassName
{
color: #B902AB;
}
.AnyTagClassName
{
color: #B902AB;
}
</style>
background-color css
<style>
a { background-color: #B902AB; }
a { background-color: rgb(185,2,171); }
div.DivClassName
{
background-color: #B902AB;
}
.BgClassName
{
background-color: #B902AB;
}
</style>
border-color css
<style>
span { border-color: #B902AB; }
span { border-color: rgb(185,2,171); }
td.TdClassName
{
border-color: #B902AB;
}
.TagClassName
{
border-color: #B902AB;
}
</style>