Shades of Deep Magenta #B902B6
Tints of Deep Magenta #B902B6
RGB
CMYK
RGB Variations
Color information
#B902B6 (or 0xB902B6) is known color: Deep Magenta. HEX triplet: B9, 02 and B6. RGB value is (185,2,182). Sum of RGB (Red+Green+Blue) = 185+2+182=369 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.14% from 369); Green value is 2 (1.17% from 255 or 0.54% from 369); Blue value is 182 (71.48% from 255 or 49.32% from 369); Max value from RGB is 185 - color contains mainly: red. Hex color #B902B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B902B6 is #46FD49. Grayscale: #4C4C4C. Windows color (decimal): -4652362 or 11928249. OLE color: 11928249.
HSL color Cylindrical-coordinate representation of color #B902B6: hue angle of 300.98º 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 #B902B6 is Cyan = 0, Magento = 0.99, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 2 | 182 | - |
| CMYK | 0 | 0.99 | 0.02 | 0.27 |
| HSL | 300.98º | 0.98% | 0.37% | - |
| HSV(B) | 300.98º | 0.99% | 0.73% | - |
| XYZ | 28.47 | 13.74 | 45.41 | - |
| YUV | 77.24 | 187.13 | 204.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 2 | 182 | 0 | 0.99 | 0.02 | 0.27 | 300.98 | 0.98 | 0.37 |
| Hex | B9 | 2 | B6 | 0 | 63 | 2 | 1B | 12D | 62 | 25 |
| Octal | 271 | 2 | 266 | 0 | 143 | 2 | 33 | 455 | 142 | 45 |
| Binary | 10111001 | 10 | 10110110 | 0 | 1100011 | 10 | 11011 | 100101101 | 1100010 | 100101 |
Color Harmonies of #B902B6
Complementary color
Monochromatic Colors of #B902B6
Black with #B902B6
Text Example
Text Example
White with #B902B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B902B6; }
p { color: rgb(185,2,182); }
H1.HeaderClassName
{
color: #B902B6;
}
.AnyTagClassName
{
color: #B902B6;
}
</style>
background-color css
<style>
a { background-color: #B902B6; }
a { background-color: rgb(185,2,182); }
div.DivClassName
{
background-color: #B902B6;
}
.BgClassName
{
background-color: #B902B6;
}
</style>
border-color css
<style>
span { border-color: #B902B6; }
span { border-color: rgb(185,2,182); }
td.TdClassName
{
border-color: #B902B6;
}
.TagClassName
{
border-color: #B902B6;
}
</style>