Shades of Deep Magenta #B50DD8
Tints of Deep Magenta #B50DD8
RGB
CMYK
RGB Variations
Color information
#B50DD8 (or 0xB50DD8) is known color: Deep Magenta. HEX triplet: B5, 0D and D8. RGB value is (181,13,216). Sum of RGB (Red+Green+Blue) = 181+13+216=410 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.15% from 410); Green value is 13 (5.47% from 255 or 3.17% from 410); Blue value is 216 (84.77% from 255 or 52.68% from 410); Max value from RGB is 216 - color contains mainly: blue. Hex color #B50DD8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B50DD8 is #4AF227. Grayscale: #555555. Windows color (decimal): -4911656 or 14159285. OLE color: 14159285.
HSL color Cylindrical-coordinate representation of color #B50DD8: hue angle of 289.66º 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 #B50DD8 is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 181 | 13 | 216 | - |
| CMYK | 0.16 | 0.94 | 0 | 0.15 |
| HSL | 289.66º | 0.89% | 0.45% | - |
| HSV(B) | 289.66º | 0.94% | 0.85% | - |
| XYZ | 31.59 | 15.07 | 66.21 | - |
| YUV | 86.37 | 201.16 | 195.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 13 | 216 | 0.16 | 0.94 | 0 | 0.15 | 289.66 | 0.89 | 0.45 |
| Hex | B5 | D | D8 | 10 | 5E | 0 | F | 122 | 59 | 2D |
| Octal | 265 | 15 | 330 | 20 | 136 | 0 | 17 | 442 | 131 | 55 |
| Binary | 10110101 | 1101 | 11011000 | 10000 | 1011110 | 0 | 1111 | 100100010 | 1011001 | 101101 |
Color Harmonies of #B50DD8
Complementary color
Monochromatic Colors of #B50DD8
Black with #B50DD8
Text Example
Text Example
White with #B50DD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50DD8; }
p { color: rgb(181,13,216); }
H1.HeaderClassName
{
color: #B50DD8;
}
.AnyTagClassName
{
color: #B50DD8;
}
</style>
background-color css
<style>
a { background-color: #B50DD8; }
a { background-color: rgb(181,13,216); }
div.DivClassName
{
background-color: #B50DD8;
}
.BgClassName
{
background-color: #B50DD8;
}
</style>
border-color css
<style>
span { border-color: #B50DD8; }
span { border-color: rgb(181,13,216); }
td.TdClassName
{
border-color: #B50DD8;
}
.TagClassName
{
border-color: #B50DD8;
}
</style>