Shades of Deep Magenta #B510AF
Tints of Deep Magenta #B510AF
RGB
CMYK
RGB Variations
Color information
#B510AF (or 0xB510AF) is known color: Deep Magenta. HEX triplet: B5, 10 and AF. RGB value is (181,16,175). Sum of RGB (Red+Green+Blue) = 181+16+175=372 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.66% from 372); Green value is 16 (6.64% from 255 or 4.30% from 372); Blue value is 175 (68.75% from 255 or 47.04% from 372); Max value from RGB is 181 - color contains mainly: red. Hex color #B510AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B510AF is #4AEF50. Grayscale: #525252. Windows color (decimal): -4910929 or 11473077. OLE color: 11473077.
HSL color Cylindrical-coordinate representation of color #B510AF: hue angle of 302.18º 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 #B510AF is Cyan = 0, Magento = 0.91, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 16 | 175 | - |
| CMYK | 0 | 0.91 | 0.03 | 0.29 |
| HSL | 302.18º | 0.84% | 0.39% | - |
| HSV(B) | 302.18º | 0.91% | 0.71% | - |
| XYZ | 26.98 | 13.29 | 41.7 | - |
| YUV | 83.46 | 179.66 | 197.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 16 | 175 | 0 | 0.91 | 0.03 | 0.29 | 302.18 | 0.84 | 0.39 |
| Hex | B5 | 10 | AF | 0 | 5B | 3 | 1D | 12E | 54 | 27 |
| Octal | 265 | 20 | 257 | 0 | 133 | 3 | 35 | 456 | 124 | 47 |
| Binary | 10110101 | 10000 | 10101111 | 0 | 1011011 | 11 | 11101 | 100101110 | 1010100 | 100111 |
Color Harmonies of #B510AF
Complementary color
Monochromatic Colors of #B510AF
Black with #B510AF
Text Example
Text Example
White with #B510AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B510AF; }
p { color: rgb(181,16,175); }
H1.HeaderClassName
{
color: #B510AF;
}
.AnyTagClassName
{
color: #B510AF;
}
</style>
background-color css
<style>
a { background-color: #B510AF; }
a { background-color: rgb(181,16,175); }
div.DivClassName
{
background-color: #B510AF;
}
.BgClassName
{
background-color: #B510AF;
}
</style>
border-color css
<style>
span { border-color: #B510AF; }
span { border-color: rgb(181,16,175); }
td.TdClassName
{
border-color: #B510AF;
}
.TagClassName
{
border-color: #B510AF;
}
</style>