Shades of Deep Magenta #B50AB7
Tints of Deep Magenta #B50AB7
RGB
CMYK
RGB Variations
Color information
#B50AB7 (or 0xB50AB7) is known color: Deep Magenta. HEX triplet: B5, 0A and B7. RGB value is (181,10,183). Sum of RGB (Red+Green+Blue) = 181+10+183=374 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.40% from 374); Green value is 10 (4.30% from 255 or 2.67% from 374); Blue value is 183 (71.88% from 255 or 48.93% from 374); Max value from RGB is 183 - color contains mainly: blue. Hex color #B50AB7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B50AB7 is #4AF548. Grayscale: #505050. Windows color (decimal): -4912457 or 11995829. OLE color: 11995829.
HSL color Cylindrical-coordinate representation of color #B50AB7: hue angle of 299.31º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B50AB7 is Cyan = 0.01, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 181 | 10 | 183 | - |
| CMYK | 0.01 | 0.95 | 0 | 0.28 |
| HSL | 299.31º | 0.9% | 0.38% | - |
| HSV(B) | 299.31º | 0.95% | 0.72% | - |
| XYZ | 27.71 | 13.46 | 45.94 | - |
| YUV | 80.85 | 185.65 | 199.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 10 | 183 | 0.01 | 0.95 | 0 | 0.28 | 299.31 | 0.9 | 0.38 |
| Hex | B5 | A | B7 | 1 | 5F | 0 | 1C | 12B | 5A | 26 |
| Octal | 265 | 12 | 267 | 1 | 137 | 0 | 34 | 453 | 132 | 46 |
| Binary | 10110101 | 1010 | 10110111 | 1 | 1011111 | 0 | 11100 | 100101011 | 1011010 | 100110 |
Color Harmonies of #B50AB7
Complementary color
Monochromatic Colors of #B50AB7
Black with #B50AB7
Text Example
Text Example
White with #B50AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50AB7; }
p { color: rgb(181,10,183); }
H1.HeaderClassName
{
color: #B50AB7;
}
.AnyTagClassName
{
color: #B50AB7;
}
</style>
background-color css
<style>
a { background-color: #B50AB7; }
a { background-color: rgb(181,10,183); }
div.DivClassName
{
background-color: #B50AB7;
}
.BgClassName
{
background-color: #B50AB7;
}
</style>
border-color css
<style>
span { border-color: #B50AB7; }
span { border-color: rgb(181,10,183); }
td.TdClassName
{
border-color: #B50AB7;
}
.TagClassName
{
border-color: #B50AB7;
}
</style>