Shades of Deep Magenta #B90FBC
Tints of Deep Magenta #B90FBC
RGB
CMYK
RGB Variations
Color information
#B90FBC (or 0xB90FBC) is known color: Deep Magenta. HEX triplet: B9, 0F and BC. RGB value is (185,15,188). Sum of RGB (Red+Green+Blue) = 185+15+188=388 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.68% from 388); Green value is 15 (6.25% from 255 or 3.87% from 388); Blue value is 188 (73.83% from 255 or 48.45% from 388); Max value from RGB is 188 - color contains mainly: blue. Hex color #B90FBC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B90FBC is #46F043. Grayscale: #555555. Windows color (decimal): -4649028 or 12324793. OLE color: 12324793.
HSL color Cylindrical-coordinate representation of color #B90FBC: hue angle of 298.96º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B90FBC is Cyan = 0.02, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 185 | 15 | 188 | - |
| CMYK | 0.02 | 0.92 | 0 | 0.26 |
| HSL | 298.96º | 0.85% | 0.4% | - |
| HSV(B) | 298.96º | 0.92% | 0.74% | - |
| XYZ | 29.26 | 14.29 | 48.79 | - |
| YUV | 85.55 | 185.82 | 198.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 15 | 188 | 0.02 | 0.92 | 0 | 0.26 | 298.96 | 0.85 | 0.4 |
| Hex | B9 | F | BC | 2 | 5C | 0 | 1A | 12B | 55 | 28 |
| Octal | 271 | 17 | 274 | 2 | 134 | 0 | 32 | 453 | 125 | 50 |
| Binary | 10111001 | 1111 | 10111100 | 10 | 1011100 | 0 | 11010 | 100101011 | 1010101 | 101000 |
Color Harmonies of #B90FBC
Complementary color
Monochromatic Colors of #B90FBC
Black with #B90FBC
Text Example
Text Example
White with #B90FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90FBC; }
p { color: rgb(185,15,188); }
H1.HeaderClassName
{
color: #B90FBC;
}
.AnyTagClassName
{
color: #B90FBC;
}
</style>
background-color css
<style>
a { background-color: #B90FBC; }
a { background-color: rgb(185,15,188); }
div.DivClassName
{
background-color: #B90FBC;
}
.BgClassName
{
background-color: #B90FBC;
}
</style>
border-color css
<style>
span { border-color: #B90FBC; }
span { border-color: rgb(185,15,188); }
td.TdClassName
{
border-color: #B90FBC;
}
.TagClassName
{
border-color: #B90FBC;
}
</style>