Shades of Deep Magenta #B902AC
Tints of Deep Magenta #B902AC
RGB
CMYK
RGB Variations
Color information
#B902AC (or 0xB902AC) is known color: Deep Magenta. HEX triplet: B9, 02 and AC. RGB value is (185,2,172). Sum of RGB (Red+Green+Blue) = 185+2+172=359 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.53% from 359); Green value is 2 (1.17% from 255 or 0.56% from 359); Blue value is 172 (67.58% from 255 or 47.91% from 359); Max value from RGB is 185 - color contains mainly: red. Hex color #B902AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B902AC is #46FD53. Grayscale: #4B4B4B. Windows color (decimal): -4652372 or 11272889. OLE color: 11272889.
HSL color Cylindrical-coordinate representation of color #B902AC: hue angle of 304.26º 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 #B902AC is Cyan = 0, Magento = 0.99, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 2 | 172 | - |
| CMYK | 0 | 0.99 | 0.07 | 0.27 |
| HSL | 304.26º | 0.98% | 0.37% | - |
| HSV(B) | 304.26º | 0.99% | 0.73% | - |
| XYZ | 27.48 | 13.34 | 40.16 | - |
| YUV | 76.1 | 182.13 | 205.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 2 | 172 | 0 | 0.99 | 0.07 | 0.27 | 304.26 | 0.98 | 0.37 |
| Hex | B9 | 2 | AC | 0 | 63 | 7 | 1B | 130 | 62 | 25 |
| Octal | 271 | 2 | 254 | 0 | 143 | 7 | 33 | 460 | 142 | 45 |
| Binary | 10111001 | 10 | 10101100 | 0 | 1100011 | 111 | 11011 | 100110000 | 1100010 | 100101 |
Color Harmonies of #B902AC
Complementary color
Monochromatic Colors of #B902AC
Black with #B902AC
Text Example
Text Example
White with #B902AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B902AC; }
p { color: rgb(185,2,172); }
H1.HeaderClassName
{
color: #B902AC;
}
.AnyTagClassName
{
color: #B902AC;
}
</style>
background-color css
<style>
a { background-color: #B902AC; }
a { background-color: rgb(185,2,172); }
div.DivClassName
{
background-color: #B902AC;
}
.BgClassName
{
background-color: #B902AC;
}
</style>
border-color css
<style>
span { border-color: #B902AC; }
span { border-color: rgb(185,2,172); }
td.TdClassName
{
border-color: #B902AC;
}
.TagClassName
{
border-color: #B902AC;
}
</style>