Shades of Deep Magenta #B90ADE
Tints of Deep Magenta #B90ADE
RGB
CMYK
RGB Variations
Color information
#B90ADE (or 0xB90ADE) is known color: Deep Magenta. HEX triplet: B9, 0A and DE. RGB value is (185,10,222). Sum of RGB (Red+Green+Blue) = 185+10+222=417 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.36% from 417); Green value is 10 (4.30% from 255 or 2.40% from 417); Blue value is 222 (87.11% from 255 or 53.24% from 417); Max value from RGB is 222 - color contains mainly: blue. Hex color #B90ADE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B90ADE is #46F521. Grayscale: #555555. Windows color (decimal): -4650274 or 14551737. OLE color: 14551737.
HSL color Cylindrical-coordinate representation of color #B90ADE: hue angle of 289.53º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B90ADE is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 10 | 222 | - |
| CMYK | 0.17 | 0.95 | 0 | 0.13 |
| HSL | 289.53º | 0.91% | 0.45% | - |
| HSV(B) | 289.53º | 0.95% | 0.87% | - |
| XYZ | 33.3 | 15.81 | 70.4 | - |
| YUV | 86.49 | 204.48 | 198.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 10 | 222 | 0.17 | 0.95 | 0 | 0.13 | 289.53 | 0.91 | 0.45 |
| Hex | B9 | A | DE | 11 | 5F | 0 | D | 122 | 5B | 2D |
| Octal | 271 | 12 | 336 | 21 | 137 | 0 | 15 | 442 | 133 | 55 |
| Binary | 10111001 | 1010 | 11011110 | 10001 | 1011111 | 0 | 1101 | 100100010 | 1011011 | 101101 |
Color Harmonies of #B90ADE
Complementary color
Monochromatic Colors of #B90ADE
Black with #B90ADE
Text Example
Text Example
White with #B90ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90ADE; }
p { color: rgb(185,10,222); }
H1.HeaderClassName
{
color: #B90ADE;
}
.AnyTagClassName
{
color: #B90ADE;
}
</style>
background-color css
<style>
a { background-color: #B90ADE; }
a { background-color: rgb(185,10,222); }
div.DivClassName
{
background-color: #B90ADE;
}
.BgClassName
{
background-color: #B90ADE;
}
</style>
border-color css
<style>
span { border-color: #B90ADE; }
span { border-color: rgb(185,10,222); }
td.TdClassName
{
border-color: #B90ADE;
}
.TagClassName
{
border-color: #B90ADE;
}
</style>