Shades of Deep Magenta #B50ABC
Tints of Deep Magenta #B50ABC
RGB
CMYK
RGB Variations
Color information
#B50ABC (or 0xB50ABC) is known color: Deep Magenta. HEX triplet: B5, 0A and BC. RGB value is (181,10,188). Sum of RGB (Red+Green+Blue) = 181+10+188=379 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.76% from 379); Green value is 10 (4.30% from 255 or 2.64% from 379); Blue value is 188 (73.83% from 255 or 49.60% from 379); Max value from RGB is 188 - color contains mainly: blue. Hex color #B50ABC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B50ABC is #4AF543. Grayscale: #505050. Windows color (decimal): -4912452 or 12323509. OLE color: 12323509.
HSL color Cylindrical-coordinate representation of color #B50ABC: hue angle of 297.64º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B50ABC is Cyan = 0.04, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 181 | 10 | 188 | - |
| CMYK | 0.04 | 0.95 | 0 | 0.26 |
| HSL | 297.64º | 0.9% | 0.39% | - |
| HSV(B) | 297.64º | 0.95% | 0.74% | - |
| XYZ | 28.24 | 13.67 | 48.73 | - |
| YUV | 81.42 | 188.15 | 199.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 10 | 188 | 0.04 | 0.95 | 0 | 0.26 | 297.64 | 0.9 | 0.39 |
| Hex | B5 | A | BC | 4 | 5F | 0 | 1A | 12A | 5A | 27 |
| Octal | 265 | 12 | 274 | 4 | 137 | 0 | 32 | 452 | 132 | 47 |
| Binary | 10110101 | 1010 | 10111100 | 100 | 1011111 | 0 | 11010 | 100101010 | 1011010 | 100111 |
Color Harmonies of #B50ABC
Complementary color
Monochromatic Colors of #B50ABC
Black with #B50ABC
Text Example
Text Example
White with #B50ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50ABC; }
p { color: rgb(181,10,188); }
H1.HeaderClassName
{
color: #B50ABC;
}
.AnyTagClassName
{
color: #B50ABC;
}
</style>
background-color css
<style>
a { background-color: #B50ABC; }
a { background-color: rgb(181,10,188); }
div.DivClassName
{
background-color: #B50ABC;
}
.BgClassName
{
background-color: #B50ABC;
}
</style>
border-color css
<style>
span { border-color: #B50ABC; }
span { border-color: rgb(181,10,188); }
td.TdClassName
{
border-color: #B50ABC;
}
.TagClassName
{
border-color: #B50ABC;
}
</style>