Shades of Deep Magenta #B90BD9
Tints of Deep Magenta #B90BD9
RGB
CMYK
RGB Variations
Color information
#B90BD9 (or 0xB90BD9) is known color: Deep Magenta. HEX triplet: B9, 0B and D9. RGB value is (185,11,217). Sum of RGB (Red+Green+Blue) = 185+11+217=413 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.79% from 413); Green value is 11 (4.69% from 255 or 2.66% from 413); Blue value is 217 (85.16% from 255 or 52.54% from 413); Max value from RGB is 217 - color contains mainly: blue. Hex color #B90BD9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B90BD9 is #46F426. Grayscale: #555555. Windows color (decimal): -4650023 or 14224313. OLE color: 14224313.
HSL color Cylindrical-coordinate representation of color #B90BD9: hue angle of 290.68º degrees, saturation: 0.9, 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 #B90BD9 is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 185 | 11 | 217 | - |
| CMYK | 0.15 | 0.95 | 0 | 0.15 |
| HSL | 290.68º | 0.9% | 0.45% | - |
| HSV(B) | 290.68º | 0.95% | 0.85% | - |
| XYZ | 32.65 | 15.56 | 66.93 | - |
| YUV | 86.51 | 201.65 | 198.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 11 | 217 | 0.15 | 0.95 | 0 | 0.15 | 290.68 | 0.9 | 0.45 |
| Hex | B9 | B | D9 | F | 5F | 0 | F | 123 | 5A | 2D |
| Octal | 271 | 13 | 331 | 17 | 137 | 0 | 17 | 443 | 132 | 55 |
| Binary | 10111001 | 1011 | 11011001 | 1111 | 1011111 | 0 | 1111 | 100100011 | 1011010 | 101101 |
Color Harmonies of #B90BD9
Complementary color
Monochromatic Colors of #B90BD9
Black with #B90BD9
Text Example
Text Example
White with #B90BD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90BD9; }
p { color: rgb(185,11,217); }
H1.HeaderClassName
{
color: #B90BD9;
}
.AnyTagClassName
{
color: #B90BD9;
}
</style>
background-color css
<style>
a { background-color: #B90BD9; }
a { background-color: rgb(185,11,217); }
div.DivClassName
{
background-color: #B90BD9;
}
.BgClassName
{
background-color: #B90BD9;
}
</style>
border-color css
<style>
span { border-color: #B90BD9; }
span { border-color: rgb(185,11,217); }
td.TdClassName
{
border-color: #B90BD9;
}
.TagClassName
{
border-color: #B90BD9;
}
</style>