Shades of Deep Magenta #B513AD
Tints of Deep Magenta #B513AD
RGB
CMYK
RGB Variations
Color information
#B513AD (or 0xB513AD) is known color: Deep Magenta. HEX triplet: B5, 13 and AD. RGB value is (181,19,173). Sum of RGB (Red+Green+Blue) = 181+19+173=373 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.53% from 373); Green value is 19 (7.81% from 255 or 5.09% from 373); Blue value is 173 (67.97% from 255 or 46.38% from 373); Max value from RGB is 181 - color contains mainly: red. Hex color #B513AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B513AD is #4AEC52. Grayscale: #545454. Windows color (decimal): -4910163 or 11342773. OLE color: 11342773.
HSL color Cylindrical-coordinate representation of color #B513AD: hue angle of 302.96º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B513AD is Cyan = 0, Magento = 0.90, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 19 | 173 | - |
| CMYK | 0 | 0.90 | 0.04 | 0.29 |
| HSL | 302.96º | 0.81% | 0.39% | - |
| HSV(B) | 302.96º | 0.9% | 0.71% | - |
| XYZ | 26.83 | 13.31 | 40.69 | - |
| YUV | 84.99 | 177.67 | 196.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 19 | 173 | 0 | 0.90 | 0.04 | 0.29 | 302.96 | 0.81 | 0.39 |
| Hex | B5 | 13 | AD | 0 | 5A | 4 | 1D | 12F | 51 | 27 |
| Octal | 265 | 23 | 255 | 0 | 132 | 4 | 35 | 457 | 121 | 47 |
| Binary | 10110101 | 10011 | 10101101 | 0 | 1011010 | 100 | 11101 | 100101111 | 1010001 | 100111 |
Color Harmonies of #B513AD
Complementary color
Monochromatic Colors of #B513AD
Black with #B513AD
Text Example
Text Example
White with #B513AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B513AD; }
p { color: rgb(181,19,173); }
H1.HeaderClassName
{
color: #B513AD;
}
.AnyTagClassName
{
color: #B513AD;
}
</style>
background-color css
<style>
a { background-color: #B513AD; }
a { background-color: rgb(181,19,173); }
div.DivClassName
{
background-color: #B513AD;
}
.BgClassName
{
background-color: #B513AD;
}
</style>
border-color css
<style>
span { border-color: #B513AD; }
span { border-color: rgb(181,19,173); }
td.TdClassName
{
border-color: #B513AD;
}
.TagClassName
{
border-color: #B513AD;
}
</style>