Shades of Deep Magenta #B50ABB
Tints of Deep Magenta #B50ABB
RGB
CMYK
RGB Variations
Color information
#B50ABB (or 0xB50ABB) is known color: Deep Magenta. HEX triplet: B5, 0A and BB. RGB value is (181,10,187). Sum of RGB (Red+Green+Blue) = 181+10+187=378 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.88% from 378); Green value is 10 (4.30% from 255 or 2.65% from 378); Blue value is 187 (73.44% from 255 or 49.47% from 378); Max value from RGB is 187 - color contains mainly: blue. Hex color #B50ABB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B50ABB is #4AF544. Grayscale: #505050. Windows color (decimal): -4912453 or 12257973. OLE color: 12257973.
HSL color Cylindrical-coordinate representation of color #B50ABB: hue angle of 297.97º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B50ABB is Cyan = 0.03, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 181 | 10 | 187 | - |
| CMYK | 0.03 | 0.95 | 0 | 0.27 |
| HSL | 297.97º | 0.9% | 0.39% | - |
| HSV(B) | 297.97º | 0.95% | 0.73% | - |
| XYZ | 28.13 | 13.63 | 48.16 | - |
| YUV | 81.31 | 187.65 | 199.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 10 | 187 | 0.03 | 0.95 | 0 | 0.27 | 297.97 | 0.9 | 0.39 |
| Hex | B5 | A | BB | 3 | 5F | 0 | 1B | 12A | 5A | 27 |
| Octal | 265 | 12 | 273 | 3 | 137 | 0 | 33 | 452 | 132 | 47 |
| Binary | 10110101 | 1010 | 10111011 | 11 | 1011111 | 0 | 11011 | 100101010 | 1011010 | 100111 |
Color Harmonies of #B50ABB
Complementary color
Monochromatic Colors of #B50ABB
Black with #B50ABB
Text Example
Text Example
White with #B50ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50ABB; }
p { color: rgb(181,10,187); }
H1.HeaderClassName
{
color: #B50ABB;
}
.AnyTagClassName
{
color: #B50ABB;
}
</style>
background-color css
<style>
a { background-color: #B50ABB; }
a { background-color: rgb(181,10,187); }
div.DivClassName
{
background-color: #B50ABB;
}
.BgClassName
{
background-color: #B50ABB;
}
</style>
border-color css
<style>
span { border-color: #B50ABB; }
span { border-color: rgb(181,10,187); }
td.TdClassName
{
border-color: #B50ABB;
}
.TagClassName
{
border-color: #B50ABB;
}
</style>