Shades of Deep Magenta #B90FDB
Tints of Deep Magenta #B90FDB
RGB
CMYK
RGB Variations
Color information
#B90FDB (or 0xB90FDB) is known color: Deep Magenta. HEX triplet: B9, 0F and DB. RGB value is (185,15,219). Sum of RGB (Red+Green+Blue) = 185+15+219=419 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.15% from 419); Green value is 15 (6.25% from 255 or 3.58% from 419); Blue value is 219 (85.94% from 255 or 52.27% from 419); Max value from RGB is 219 - color contains mainly: blue. Hex color #B90FDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B90FDB is #46F024. Grayscale: #585858. Windows color (decimal): -4648997 or 14356409. OLE color: 14356409.
HSL color Cylindrical-coordinate representation of color #B90FDB: hue angle of 290º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B90FDB is Cyan = 0.16, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 15 | 219 | - |
| CMYK | 0.16 | 0.93 | 0 | 0.14 |
| HSL | 290º | 0.87% | 0.46% | - |
| HSV(B) | 290º | 0.93% | 0.86% | - |
| XYZ | 32.96 | 15.77 | 68.32 | - |
| YUV | 89.09 | 201.32 | 196.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 15 | 219 | 0.16 | 0.93 | 0 | 0.14 | 290 | 0.87 | 0.46 |
| Hex | B9 | F | DB | 10 | 5D | 0 | E | 122 | 57 | 2E |
| Octal | 271 | 17 | 333 | 20 | 135 | 0 | 16 | 442 | 127 | 56 |
| Binary | 10111001 | 1111 | 11011011 | 10000 | 1011101 | 0 | 1110 | 100100010 | 1010111 | 101110 |
Color Harmonies of #B90FDB
Complementary color
Monochromatic Colors of #B90FDB
Black with #B90FDB
Text Example
Text Example
White with #B90FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90FDB; }
p { color: rgb(185,15,219); }
H1.HeaderClassName
{
color: #B90FDB;
}
.AnyTagClassName
{
color: #B90FDB;
}
</style>
background-color css
<style>
a { background-color: #B90FDB; }
a { background-color: rgb(185,15,219); }
div.DivClassName
{
background-color: #B90FDB;
}
.BgClassName
{
background-color: #B90FDB;
}
</style>
border-color css
<style>
span { border-color: #B90FDB; }
span { border-color: rgb(185,15,219); }
td.TdClassName
{
border-color: #B90FDB;
}
.TagClassName
{
border-color: #B90FDB;
}
</style>