Shades of Deep Magenta #B715AB
Tints of Deep Magenta #B715AB
RGB
CMYK
RGB Variations
Color information
#B715AB (or 0xB715AB) is known color: Deep Magenta. HEX triplet: B7, 15 and AB. RGB value is (183,21,171). Sum of RGB (Red+Green+Blue) = 183+21+171=375 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.8% from 375); Green value is 21 (8.59% from 255 or 5.6% from 375); Blue value is 171 (67.19% from 255 or 45.6% from 375); Max value from RGB is 183 - color contains mainly: red. Hex color #B715AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B715AB is #48EA54. Grayscale: #565656. Windows color (decimal): -4778581 or 11212215. OLE color: 11212215.
HSL color Cylindrical-coordinate representation of color #B715AB: hue angle of 304.44º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B715AB is Cyan = 0, Magento = 0.89, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 21 | 171 | - |
| CMYK | 0 | 0.89 | 0.07 | 0.28 |
| HSL | 304.44º | 0.79% | 0.4% | - |
| HSV(B) | 304.44º | 0.89% | 0.72% | - |
| XYZ | 27.15 | 13.54 | 39.71 | - |
| YUV | 86.54 | 175.67 | 196.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 21 | 171 | 0 | 0.89 | 0.07 | 0.28 | 304.44 | 0.79 | 0.4 |
| Hex | B7 | 15 | AB | 0 | 59 | 7 | 1C | 130 | 4F | 28 |
| Octal | 267 | 25 | 253 | 0 | 131 | 7 | 34 | 460 | 117 | 50 |
| Binary | 10110111 | 10101 | 10101011 | 0 | 1011001 | 111 | 11100 | 100110000 | 1001111 | 101000 |
Color Harmonies of #B715AB
Complementary color
Monochromatic Colors of #B715AB
Black with #B715AB
Text Example
Text Example
White with #B715AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B715AB; }
p { color: rgb(183,21,171); }
H1.HeaderClassName
{
color: #B715AB;
}
.AnyTagClassName
{
color: #B715AB;
}
</style>
background-color css
<style>
a { background-color: #B715AB; }
a { background-color: rgb(183,21,171); }
div.DivClassName
{
background-color: #B715AB;
}
.BgClassName
{
background-color: #B715AB;
}
</style>
border-color css
<style>
span { border-color: #B715AB; }
span { border-color: rgb(183,21,171); }
td.TdClassName
{
border-color: #B715AB;
}
.TagClassName
{
border-color: #B715AB;
}
</style>