Shades of Deep Magenta #B90DB5
Tints of Deep Magenta #B90DB5
RGB
CMYK
RGB Variations
Color information
#B90DB5 (or 0xB90DB5) is known color: Deep Magenta. HEX triplet: B9, 0D and B5. RGB value is (185,13,181). Sum of RGB (Red+Green+Blue) = 185+13+181=379 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.81% from 379); Green value is 13 (5.47% from 255 or 3.43% from 379); Blue value is 181 (71.09% from 255 or 47.76% from 379); Max value from RGB is 185 - color contains mainly: red. Hex color #B90DB5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B90DB5 is #46F24A. Grayscale: #535353. Windows color (decimal): -4649547 or 11865529. OLE color: 11865529.
HSL color Cylindrical-coordinate representation of color #B90DB5: hue angle of 301.4º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B90DB5 is Cyan = 0, Magento = 0.93, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 13 | 181 | - |
| CMYK | 0 | 0.93 | 0.02 | 0.27 |
| HSL | 301.4º | 0.87% | 0.39% | - |
| HSV(B) | 301.4º | 0.93% | 0.73% | - |
| XYZ | 28.49 | 13.94 | 44.9 | - |
| YUV | 83.58 | 182.98 | 200.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 13 | 181 | 0 | 0.93 | 0.02 | 0.27 | 301.4 | 0.87 | 0.39 |
| Hex | B9 | D | B5 | 0 | 5D | 2 | 1B | 12D | 57 | 27 |
| Octal | 271 | 15 | 265 | 0 | 135 | 2 | 33 | 455 | 127 | 47 |
| Binary | 10111001 | 1101 | 10110101 | 0 | 1011101 | 10 | 11011 | 100101101 | 1010111 | 100111 |
Color Harmonies of #B90DB5
Complementary color
Monochromatic Colors of #B90DB5
Black with #B90DB5
Text Example
Text Example
White with #B90DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90DB5; }
p { color: rgb(185,13,181); }
H1.HeaderClassName
{
color: #B90DB5;
}
.AnyTagClassName
{
color: #B90DB5;
}
</style>
background-color css
<style>
a { background-color: #B90DB5; }
a { background-color: rgb(185,13,181); }
div.DivClassName
{
background-color: #B90DB5;
}
.BgClassName
{
background-color: #B90DB5;
}
</style>
border-color css
<style>
span { border-color: #B90DB5; }
span { border-color: rgb(185,13,181); }
td.TdClassName
{
border-color: #B90DB5;
}
.TagClassName
{
border-color: #B90DB5;
}
</style>