Shades of Deep Magenta #B90ADB
Tints of Deep Magenta #B90ADB
RGB
CMYK
RGB Variations
Color information
#B90ADB (or 0xB90ADB) is known color: Deep Magenta. HEX triplet: B9, 0A and DB. RGB value is (185,10,219). Sum of RGB (Red+Green+Blue) = 185+10+219=414 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.69% from 414); Green value is 10 (4.30% from 255 or 2.42% from 414); Blue value is 219 (85.94% from 255 or 52.90% from 414); Max value from RGB is 219 - color contains mainly: blue. Hex color #B90ADB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B90ADB is #46F524. Grayscale: #555555. Windows color (decimal): -4650277 or 14355129. OLE color: 14355129.
HSL color Cylindrical-coordinate representation of color #B90ADB: hue angle of 290.24º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B90ADB is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 10 | 219 | - |
| CMYK | 0.16 | 0.95 | 0 | 0.14 |
| HSL | 290.24º | 0.91% | 0.45% | - |
| HSV(B) | 290.24º | 0.95% | 0.86% | - |
| XYZ | 32.9 | 15.65 | 68.3 | - |
| YUV | 86.15 | 202.98 | 198.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 10 | 219 | 0.16 | 0.95 | 0 | 0.14 | 290.24 | 0.91 | 0.45 |
| Hex | B9 | A | DB | 10 | 5F | 0 | E | 122 | 5B | 2D |
| Octal | 271 | 12 | 333 | 20 | 137 | 0 | 16 | 442 | 133 | 55 |
| Binary | 10111001 | 1010 | 11011011 | 10000 | 1011111 | 0 | 1110 | 100100010 | 1011011 | 101101 |
Color Harmonies of #B90ADB
Complementary color
Monochromatic Colors of #B90ADB
Black with #B90ADB
Text Example
Text Example
White with #B90ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90ADB; }
p { color: rgb(185,10,219); }
H1.HeaderClassName
{
color: #B90ADB;
}
.AnyTagClassName
{
color: #B90ADB;
}
</style>
background-color css
<style>
a { background-color: #B90ADB; }
a { background-color: rgb(185,10,219); }
div.DivClassName
{
background-color: #B90ADB;
}
.BgClassName
{
background-color: #B90ADB;
}
</style>
border-color css
<style>
span { border-color: #B90ADB; }
span { border-color: rgb(185,10,219); }
td.TdClassName
{
border-color: #B90ADB;
}
.TagClassName
{
border-color: #B90ADB;
}
</style>