Shades of Deep Magenta #B90DDA
Tints of Deep Magenta #B90DDA
RGB
CMYK
RGB Variations
Color information
#B90DDA (or 0xB90DDA) is known color: Deep Magenta. HEX triplet: B9, 0D and DA. RGB value is (185,13,218). Sum of RGB (Red+Green+Blue) = 185+13+218=416 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.47% from 416); Green value is 13 (5.47% from 255 or 3.12% from 416); Blue value is 218 (85.55% from 255 or 52.40% from 416); Max value from RGB is 218 - color contains mainly: blue. Hex color #B90DDA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B90DDA is #46F225. Grayscale: #575757. Windows color (decimal): -4649510 or 14290361. OLE color: 14290361.
HSL color Cylindrical-coordinate representation of color #B90DDA: hue angle of 290.34º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B90DDA is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 185 | 13 | 218 | - |
| CMYK | 0.15 | 0.94 | 0 | 0.15 |
| HSL | 290.34º | 0.89% | 0.45% | - |
| HSV(B) | 290.34º | 0.94% | 0.85% | - |
| XYZ | 32.81 | 15.66 | 67.62 | - |
| YUV | 87.8 | 201.48 | 197.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 13 | 218 | 0.15 | 0.94 | 0 | 0.15 | 290.34 | 0.89 | 0.45 |
| Hex | B9 | D | DA | F | 5E | 0 | F | 122 | 59 | 2D |
| Octal | 271 | 15 | 332 | 17 | 136 | 0 | 17 | 442 | 131 | 55 |
| Binary | 10111001 | 1101 | 11011010 | 1111 | 1011110 | 0 | 1111 | 100100010 | 1011001 | 101101 |
Color Harmonies of #B90DDA
Complementary color
Monochromatic Colors of #B90DDA
Black with #B90DDA
Text Example
Text Example
White with #B90DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90DDA; }
p { color: rgb(185,13,218); }
H1.HeaderClassName
{
color: #B90DDA;
}
.AnyTagClassName
{
color: #B90DDA;
}
</style>
background-color css
<style>
a { background-color: #B90DDA; }
a { background-color: rgb(185,13,218); }
div.DivClassName
{
background-color: #B90DDA;
}
.BgClassName
{
background-color: #B90DDA;
}
</style>
border-color css
<style>
span { border-color: #B90DDA; }
span { border-color: rgb(185,13,218); }
td.TdClassName
{
border-color: #B90DDA;
}
.TagClassName
{
border-color: #B90DDA;
}
</style>