Shades of Deep Magenta #B902B2
Tints of Deep Magenta #B902B2
RGB
CMYK
RGB Variations
Color information
#B902B2 (or 0xB902B2) is known color: Deep Magenta. HEX triplet: B9, 02 and B2. RGB value is (185,2,178). Sum of RGB (Red+Green+Blue) = 185+2+178=365 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.68% from 365); Green value is 2 (1.17% from 255 or 0.55% from 365); Blue value is 178 (69.92% from 255 or 48.77% from 365); Max value from RGB is 185 - color contains mainly: red. Hex color #B902B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B902B2 is #46FD4D. Grayscale: #4C4C4C. Windows color (decimal): -4652366 or 11666105. OLE color: 11666105.
HSL color Cylindrical-coordinate representation of color #B902B2: hue angle of 302.3º 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 #B902B2 is Cyan = 0, Magento = 0.99, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 2 | 178 | - |
| CMYK | 0 | 0.99 | 0.04 | 0.27 |
| HSL | 302.3º | 0.98% | 0.37% | - |
| HSV(B) | 302.3º | 0.99% | 0.73% | - |
| XYZ | 28.07 | 13.57 | 43.26 | - |
| YUV | 76.78 | 185.13 | 205.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 2 | 178 | 0 | 0.99 | 0.04 | 0.27 | 302.3 | 0.98 | 0.37 |
| Hex | B9 | 2 | B2 | 0 | 63 | 4 | 1B | 12E | 62 | 25 |
| Octal | 271 | 2 | 262 | 0 | 143 | 4 | 33 | 456 | 142 | 45 |
| Binary | 10111001 | 10 | 10110010 | 0 | 1100011 | 100 | 11011 | 100101110 | 1100010 | 100101 |
Color Harmonies of #B902B2
Complementary color
Monochromatic Colors of #B902B2
Black with #B902B2
Text Example
Text Example
White with #B902B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B902B2; }
p { color: rgb(185,2,178); }
H1.HeaderClassName
{
color: #B902B2;
}
.AnyTagClassName
{
color: #B902B2;
}
</style>
background-color css
<style>
a { background-color: #B902B2; }
a { background-color: rgb(185,2,178); }
div.DivClassName
{
background-color: #B902B2;
}
.BgClassName
{
background-color: #B902B2;
}
</style>
border-color css
<style>
span { border-color: #B902B2; }
span { border-color: rgb(185,2,178); }
td.TdClassName
{
border-color: #B902B2;
}
.TagClassName
{
border-color: #B902B2;
}
</style>