Shades of Deep Magenta #B90ADA
Tints of Deep Magenta #B90ADA
RGB
CMYK
RGB Variations
Color information
#B90ADA (or 0xB90ADA) is known color: Deep Magenta. HEX triplet: B9, 0A and DA. RGB value is (185,10,218). Sum of RGB (Red+Green+Blue) = 185+10+218=413 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.79% from 413); Green value is 10 (4.30% from 255 or 2.42% from 413); Blue value is 218 (85.55% from 255 or 52.78% from 413); Max value from RGB is 218 - color contains mainly: blue. Hex color #B90ADA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B90ADA is #46F525. Grayscale: #555555. Windows color (decimal): -4650278 or 14289593. OLE color: 14289593.
HSL color Cylindrical-coordinate representation of color #B90ADA: hue angle of 290.48º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B90ADA is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 185 | 10 | 218 | - |
| CMYK | 0.15 | 0.95 | 0 | 0.15 |
| HSL | 290.48º | 0.91% | 0.45% | - |
| HSV(B) | 290.48º | 0.95% | 0.85% | - |
| XYZ | 32.77 | 15.59 | 67.61 | - |
| YUV | 86.04 | 202.48 | 198.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 10 | 218 | 0.15 | 0.95 | 0 | 0.15 | 290.48 | 0.91 | 0.45 |
| Hex | B9 | A | DA | F | 5F | 0 | F | 122 | 5B | 2D |
| Octal | 271 | 12 | 332 | 17 | 137 | 0 | 17 | 442 | 133 | 55 |
| Binary | 10111001 | 1010 | 11011010 | 1111 | 1011111 | 0 | 1111 | 100100010 | 1011011 | 101101 |
Color Harmonies of #B90ADA
Complementary color
Monochromatic Colors of #B90ADA
Black with #B90ADA
Text Example
Text Example
White with #B90ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90ADA; }
p { color: rgb(185,10,218); }
H1.HeaderClassName
{
color: #B90ADA;
}
.AnyTagClassName
{
color: #B90ADA;
}
</style>
background-color css
<style>
a { background-color: #B90ADA; }
a { background-color: rgb(185,10,218); }
div.DivClassName
{
background-color: #B90ADA;
}
.BgClassName
{
background-color: #B90ADA;
}
</style>
border-color css
<style>
span { border-color: #B90ADA; }
span { border-color: rgb(185,10,218); }
td.TdClassName
{
border-color: #B90ADA;
}
.TagClassName
{
border-color: #B90ADA;
}
</style>