Shades of Deep Magenta #B515AB
Tints of Deep Magenta #B515AB
RGB
CMYK
RGB Variations
Color information
#B515AB (or 0xB515AB) is known color: Deep Magenta. HEX triplet: B5, 15 and AB. RGB value is (181,21,171). Sum of RGB (Red+Green+Blue) = 181+21+171=373 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.53% from 373); Green value is 21 (8.59% from 255 or 5.63% from 373); Blue value is 171 (67.19% from 255 or 45.84% from 373); Max value from RGB is 181 - color contains mainly: red. Hex color #B515AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B515AB is #4AEA54. Grayscale: #555555. Windows color (decimal): -4909653 or 11212213. OLE color: 11212213.
HSL color Cylindrical-coordinate representation of color #B515AB: hue angle of 303.75º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B515AB is Cyan = 0, Magento = 0.88, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 21 | 171 | - |
| CMYK | 0 | 0.88 | 0.06 | 0.29 |
| HSL | 303.75º | 0.79% | 0.4% | - |
| HSV(B) | 303.75º | 0.88% | 0.71% | - |
| XYZ | 26.67 | 13.3 | 39.69 | - |
| YUV | 85.94 | 176.01 | 195.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 21 | 171 | 0 | 0.88 | 0.06 | 0.29 | 303.75 | 0.79 | 0.4 |
| Hex | B5 | 15 | AB | 0 | 58 | 6 | 1D | 130 | 4F | 28 |
| Octal | 265 | 25 | 253 | 0 | 130 | 6 | 35 | 460 | 117 | 50 |
| Binary | 10110101 | 10101 | 10101011 | 0 | 1011000 | 110 | 11101 | 100110000 | 1001111 | 101000 |
Color Harmonies of #B515AB
Complementary color
Monochromatic Colors of #B515AB
Black with #B515AB
Text Example
Text Example
White with #B515AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B515AB; }
p { color: rgb(181,21,171); }
H1.HeaderClassName
{
color: #B515AB;
}
.AnyTagClassName
{
color: #B515AB;
}
</style>
background-color css
<style>
a { background-color: #B515AB; }
a { background-color: rgb(181,21,171); }
div.DivClassName
{
background-color: #B515AB;
}
.BgClassName
{
background-color: #B515AB;
}
</style>
border-color css
<style>
span { border-color: #B515AB; }
span { border-color: rgb(181,21,171); }
td.TdClassName
{
border-color: #B515AB;
}
.TagClassName
{
border-color: #B515AB;
}
</style>