Shades of Deep Magenta #B50BA8
Tints of Deep Magenta #B50BA8
RGB
CMYK
RGB Variations
Color information
#B50BA8 (or 0xB50BA8) is known color: Deep Magenta. HEX triplet: B5, 0B and A8. RGB value is (181,11,168). Sum of RGB (Red+Green+Blue) = 181+11+168=360 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.28% from 360); Green value is 11 (4.69% from 255 or 3.06% from 360); Blue value is 168 (66.02% from 255 or 46.67% from 360); Max value from RGB is 181 - color contains mainly: red. Hex color #B50BA8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B50BA8 is #4AF457. Grayscale: #4F4F4F. Windows color (decimal): -4912216 or 11013045. OLE color: 11013045.
HSL color Cylindrical-coordinate representation of color #B50BA8: hue angle of 304.59º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B50BA8 is Cyan = 0, Magento = 0.94, Yellow = 0.07 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 11 | 168 | - |
| CMYK | 0 | 0.94 | 0.07 | 0.29 |
| HSL | 304.59º | 0.89% | 0.38% | - |
| HSV(B) | 304.59º | 0.94% | 0.71% | - |
| XYZ | 26.24 | 12.89 | 38.15 | - |
| YUV | 79.73 | 177.82 | 200.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 11 | 168 | 0 | 0.94 | 0.07 | 0.29 | 304.59 | 0.89 | 0.38 |
| Hex | B5 | B | A8 | 0 | 5E | 7 | 1D | 131 | 59 | 26 |
| Octal | 265 | 13 | 250 | 0 | 136 | 7 | 35 | 461 | 131 | 46 |
| Binary | 10110101 | 1011 | 10101000 | 0 | 1011110 | 111 | 11101 | 100110001 | 1011001 | 100110 |
Color Harmonies of #B50BA8
Complementary color
Monochromatic Colors of #B50BA8
Black with #B50BA8
Text Example
Text Example
White with #B50BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50BA8; }
p { color: rgb(181,11,168); }
H1.HeaderClassName
{
color: #B50BA8;
}
.AnyTagClassName
{
color: #B50BA8;
}
</style>
background-color css
<style>
a { background-color: #B50BA8; }
a { background-color: rgb(181,11,168); }
div.DivClassName
{
background-color: #B50BA8;
}
.BgClassName
{
background-color: #B50BA8;
}
</style>
border-color css
<style>
span { border-color: #B50BA8; }
span { border-color: rgb(181,11,168); }
td.TdClassName
{
border-color: #B50BA8;
}
.TagClassName
{
border-color: #B50BA8;
}
</style>