Shades of Deep Magenta #B50DDA
Tints of Deep Magenta #B50DDA
RGB
CMYK
RGB Variations
Color information
#B50DDA (or 0xB50DDA) is known color: Deep Magenta. HEX triplet: B5, 0D and DA. RGB value is (181,13,218). Sum of RGB (Red+Green+Blue) = 181+13+218=412 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.93% from 412); Green value is 13 (5.47% from 255 or 3.16% from 412); Blue value is 218 (85.55% from 255 or 52.91% from 412); Max value from RGB is 218 - color contains mainly: blue. Hex color #B50DDA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B50DDA is #4AF225. Grayscale: #555555. Windows color (decimal): -4911654 or 14290357. OLE color: 14290357.
HSL color Cylindrical-coordinate representation of color #B50DDA: hue angle of 289.17º 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 #B50DDA is Cyan = 0.17, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 181 | 13 | 218 | - |
| CMYK | 0.17 | 0.94 | 0 | 0.15 |
| HSL | 289.17º | 0.89% | 0.45% | - |
| HSV(B) | 289.17º | 0.94% | 0.85% | - |
| XYZ | 31.85 | 15.17 | 67.58 | - |
| YUV | 86.6 | 202.16 | 195.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 13 | 218 | 0.17 | 0.94 | 0 | 0.15 | 289.17 | 0.89 | 0.45 |
| Hex | B5 | D | DA | 11 | 5E | 0 | F | 121 | 59 | 2D |
| Octal | 265 | 15 | 332 | 21 | 136 | 0 | 17 | 441 | 131 | 55 |
| Binary | 10110101 | 1101 | 11011010 | 10001 | 1011110 | 0 | 1111 | 100100001 | 1011001 | 101101 |
Color Harmonies of #B50DDA
Complementary color
Monochromatic Colors of #B50DDA
Black with #B50DDA
Text Example
Text Example
White with #B50DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50DDA; }
p { color: rgb(181,13,218); }
H1.HeaderClassName
{
color: #B50DDA;
}
.AnyTagClassName
{
color: #B50DDA;
}
</style>
background-color css
<style>
a { background-color: #B50DDA; }
a { background-color: rgb(181,13,218); }
div.DivClassName
{
background-color: #B50DDA;
}
.BgClassName
{
background-color: #B50DDA;
}
</style>
border-color css
<style>
span { border-color: #B50DDA; }
span { border-color: rgb(181,13,218); }
td.TdClassName
{
border-color: #B50DDA;
}
.TagClassName
{
border-color: #B50DDA;
}
</style>