Shades of Deep Magenta #B90FD7
Tints of Deep Magenta #B90FD7
RGB
CMYK
RGB Variations
Color information
#B90FD7 (or 0xB90FD7) is known color: Deep Magenta. HEX triplet: B9, 0F and D7. RGB value is (185,15,215). Sum of RGB (Red+Green+Blue) = 185+15+215=415 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.58% from 415); Green value is 15 (6.25% from 255 or 3.61% from 415); Blue value is 215 (84.38% from 255 or 51.81% from 415); Max value from RGB is 215 - color contains mainly: blue. Hex color #B90FD7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B90FD7 is #46F028. Grayscale: #585858. Windows color (decimal): -4649001 or 14094265. OLE color: 14094265.
HSL color Cylindrical-coordinate representation of color #B90FD7: hue angle of 291º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B90FD7 is Cyan = 0.14, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 185 | 15 | 215 | - |
| CMYK | 0.14 | 0.93 | 0 | 0.16 |
| HSL | 291º | 0.87% | 0.45% | - |
| HSV(B) | 291º | 0.93% | 0.84% | - |
| XYZ | 32.44 | 15.56 | 65.58 | - |
| YUV | 88.63 | 199.32 | 196.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 15 | 215 | 0.14 | 0.93 | 0 | 0.16 | 291 | 0.87 | 0.45 |
| Hex | B9 | F | D7 | E | 5D | 0 | 10 | 123 | 57 | 2D |
| Octal | 271 | 17 | 327 | 16 | 135 | 0 | 20 | 443 | 127 | 55 |
| Binary | 10111001 | 1111 | 11010111 | 1110 | 1011101 | 0 | 10000 | 100100011 | 1010111 | 101101 |
Color Harmonies of #B90FD7
Complementary color
Monochromatic Colors of #B90FD7
Black with #B90FD7
Text Example
Text Example
White with #B90FD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90FD7; }
p { color: rgb(185,15,215); }
H1.HeaderClassName
{
color: #B90FD7;
}
.AnyTagClassName
{
color: #B90FD7;
}
</style>
background-color css
<style>
a { background-color: #B90FD7; }
a { background-color: rgb(185,15,215); }
div.DivClassName
{
background-color: #B90FD7;
}
.BgClassName
{
background-color: #B90FD7;
}
</style>
border-color css
<style>
span { border-color: #B90FD7; }
span { border-color: rgb(185,15,215); }
td.TdClassName
{
border-color: #B90FD7;
}
.TagClassName
{
border-color: #B90FD7;
}
</style>