Shades of Deep Magenta #B50AB3
Tints of Deep Magenta #B50AB3
RGB
CMYK
RGB Variations
Color information
#B50AB3 (or 0xB50AB3) is known color: Deep Magenta. HEX triplet: B5, 0A and B3. RGB value is (181,10,179). Sum of RGB (Red+Green+Blue) = 181+10+179=370 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.92% from 370); Green value is 10 (4.30% from 255 or 2.70% from 370); Blue value is 179 (70.31% from 255 or 48.38% from 370); Max value from RGB is 181 - color contains mainly: red. Hex color #B50AB3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B50AB3 is #4AF54C. Grayscale: #4F4F4F. Windows color (decimal): -4912461 or 11733685. OLE color: 11733685.
HSL color Cylindrical-coordinate representation of color #B50AB3: hue angle of 300.7º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B50AB3 is Cyan = 0, Magento = 0.94, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 10 | 179 | - |
| CMYK | 0 | 0.94 | 0.01 | 0.29 |
| HSL | 300.7º | 0.9% | 0.37% | - |
| HSV(B) | 300.7º | 0.94% | 0.71% | - |
| XYZ | 27.3 | 13.3 | 43.78 | - |
| YUV | 80.4 | 183.65 | 199.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 10 | 179 | 0 | 0.94 | 0.01 | 0.29 | 300.7 | 0.9 | 0.37 |
| Hex | B5 | A | B3 | 0 | 5E | 1 | 1D | 12D | 5A | 25 |
| Octal | 265 | 12 | 263 | 0 | 136 | 1 | 35 | 455 | 132 | 45 |
| Binary | 10110101 | 1010 | 10110011 | 0 | 1011110 | 1 | 11101 | 100101101 | 1011010 | 100101 |
Color Harmonies of #B50AB3
Complementary color
Monochromatic Colors of #B50AB3
Black with #B50AB3
Text Example
Text Example
White with #B50AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50AB3; }
p { color: rgb(181,10,179); }
H1.HeaderClassName
{
color: #B50AB3;
}
.AnyTagClassName
{
color: #B50AB3;
}
</style>
background-color css
<style>
a { background-color: #B50AB3; }
a { background-color: rgb(181,10,179); }
div.DivClassName
{
background-color: #B50AB3;
}
.BgClassName
{
background-color: #B50AB3;
}
</style>
border-color css
<style>
span { border-color: #B50AB3; }
span { border-color: rgb(181,10,179); }
td.TdClassName
{
border-color: #B50AB3;
}
.TagClassName
{
border-color: #B50AB3;
}
</style>