Shades of Deep Magenta #B90FDF
Tints of Deep Magenta #B90FDF
RGB
CMYK
RGB Variations
Color information
#B90FDF (or 0xB90FDF) is known color: Deep Magenta. HEX triplet: B9, 0F and DF. RGB value is (185,15,223). Sum of RGB (Red+Green+Blue) = 185+15+223=423 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.74% from 423); Green value is 15 (6.25% from 255 or 3.55% from 423); Blue value is 223 (87.5% from 255 or 52.72% from 423); Max value from RGB is 223 - color contains mainly: blue. Hex color #B90FDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B90FDF is #46F020. Grayscale: #585858. Windows color (decimal): -4648993 or 14618553. OLE color: 14618553.
HSL color Cylindrical-coordinate representation of color #B90FDF: hue angle of 289.04º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B90FDF is Cyan = 0.17, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 15 | 223 | - |
| CMYK | 0.17 | 0.93 | 0 | 0.13 |
| HSL | 289.04º | 0.87% | 0.47% | - |
| HSV(B) | 289.04º | 0.93% | 0.87% | - |
| XYZ | 33.5 | 15.98 | 71.13 | - |
| YUV | 89.54 | 203.32 | 196.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 15 | 223 | 0.17 | 0.93 | 0 | 0.13 | 289.04 | 0.87 | 0.47 |
| Hex | B9 | F | DF | 11 | 5D | 0 | D | 121 | 57 | 2F |
| Octal | 271 | 17 | 337 | 21 | 135 | 0 | 15 | 441 | 127 | 57 |
| Binary | 10111001 | 1111 | 11011111 | 10001 | 1011101 | 0 | 1101 | 100100001 | 1010111 | 101111 |
Color Harmonies of #B90FDF
Complementary color
Monochromatic Colors of #B90FDF
Black with #B90FDF
Text Example
Text Example
White with #B90FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90FDF; }
p { color: rgb(185,15,223); }
H1.HeaderClassName
{
color: #B90FDF;
}
.AnyTagClassName
{
color: #B90FDF;
}
</style>
background-color css
<style>
a { background-color: #B90FDF; }
a { background-color: rgb(185,15,223); }
div.DivClassName
{
background-color: #B90FDF;
}
.BgClassName
{
background-color: #B90FDF;
}
</style>
border-color css
<style>
span { border-color: #B90FDF; }
span { border-color: rgb(185,15,223); }
td.TdClassName
{
border-color: #B90FDF;
}
.TagClassName
{
border-color: #B90FDF;
}
</style>