Shades of Deep Magenta #B902AF
Tints of Deep Magenta #B902AF
RGB
CMYK
RGB Variations
Color information
#B902AF (or 0xB902AF) is known color: Deep Magenta. HEX triplet: B9, 02 and AF. RGB value is (185,2,175). Sum of RGB (Red+Green+Blue) = 185+2+175=362 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.10% from 362); Green value is 2 (1.17% from 255 or 0.55% from 362); Blue value is 175 (68.75% from 255 or 48.34% from 362); Max value from RGB is 185 - color contains mainly: red. Hex color #B902AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B902AF is #46FD50. Grayscale: #4B4B4B. Windows color (decimal): -4652369 or 11469497. OLE color: 11469497.
HSL color Cylindrical-coordinate representation of color #B902AF: hue angle of 303.28º 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 #B902AF is Cyan = 0, Magento = 0.99, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 2 | 175 | - |
| CMYK | 0 | 0.99 | 0.05 | 0.27 |
| HSL | 303.28º | 0.98% | 0.37% | - |
| HSV(B) | 303.28º | 0.99% | 0.73% | - |
| XYZ | 27.77 | 13.45 | 41.69 | - |
| YUV | 76.44 | 183.63 | 205.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 2 | 175 | 0 | 0.99 | 0.05 | 0.27 | 303.28 | 0.98 | 0.37 |
| Hex | B9 | 2 | AF | 0 | 63 | 5 | 1B | 12F | 62 | 25 |
| Octal | 271 | 2 | 257 | 0 | 143 | 5 | 33 | 457 | 142 | 45 |
| Binary | 10111001 | 10 | 10101111 | 0 | 1100011 | 101 | 11011 | 100101111 | 1100010 | 100101 |
Color Harmonies of #B902AF
Complementary color
Monochromatic Colors of #B902AF
Black with #B902AF
Text Example
Text Example
White with #B902AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B902AF; }
p { color: rgb(185,2,175); }
H1.HeaderClassName
{
color: #B902AF;
}
.AnyTagClassName
{
color: #B902AF;
}
</style>
background-color css
<style>
a { background-color: #B902AF; }
a { background-color: rgb(185,2,175); }
div.DivClassName
{
background-color: #B902AF;
}
.BgClassName
{
background-color: #B902AF;
}
</style>
border-color css
<style>
span { border-color: #B902AF; }
span { border-color: rgb(185,2,175); }
td.TdClassName
{
border-color: #B902AF;
}
.TagClassName
{
border-color: #B902AF;
}
</style>