Shades of Deep Magenta #B510AA
Tints of Deep Magenta #B510AA
RGB
CMYK
RGB Variations
Color information
#B510AA (or 0xB510AA) is known color: Deep Magenta. HEX triplet: B5, 10 and AA. RGB value is (181,16,170). Sum of RGB (Red+Green+Blue) = 181+16+170=367 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.32% from 367); Green value is 16 (6.64% from 255 or 4.36% from 367); Blue value is 170 (66.80% from 255 or 46.32% from 367); Max value from RGB is 181 - color contains mainly: red. Hex color #B510AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B510AA is #4AEF55. Grayscale: #525252. Windows color (decimal): -4910934 or 11145397. OLE color: 11145397.
HSL color Cylindrical-coordinate representation of color #B510AA: hue angle of 304º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B510AA is Cyan = 0, Magento = 0.91, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 16 | 170 | - |
| CMYK | 0 | 0.91 | 0.06 | 0.29 |
| HSL | 304º | 0.84% | 0.39% | - |
| HSV(B) | 304º | 0.91% | 0.71% | - |
| XYZ | 26.5 | 13.1 | 39.16 | - |
| YUV | 82.89 | 177.16 | 197.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 16 | 170 | 0 | 0.91 | 0.06 | 0.29 | 304 | 0.84 | 0.39 |
| Hex | B5 | 10 | AA | 0 | 5B | 6 | 1D | 130 | 54 | 27 |
| Octal | 265 | 20 | 252 | 0 | 133 | 6 | 35 | 460 | 124 | 47 |
| Binary | 10110101 | 10000 | 10101010 | 0 | 1011011 | 110 | 11101 | 100110000 | 1010100 | 100111 |
Color Harmonies of #B510AA
Complementary color
Monochromatic Colors of #B510AA
Black with #B510AA
Text Example
Text Example
White with #B510AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B510AA; }
p { color: rgb(181,16,170); }
H1.HeaderClassName
{
color: #B510AA;
}
.AnyTagClassName
{
color: #B510AA;
}
</style>
background-color css
<style>
a { background-color: #B510AA; }
a { background-color: rgb(181,16,170); }
div.DivClassName
{
background-color: #B510AA;
}
.BgClassName
{
background-color: #B510AA;
}
</style>
border-color css
<style>
span { border-color: #B510AA; }
span { border-color: rgb(181,16,170); }
td.TdClassName
{
border-color: #B510AA;
}
.TagClassName
{
border-color: #B510AA;
}
</style>