Shades of Deep Magenta #B715AA
Tints of Deep Magenta #B715AA
RGB
CMYK
RGB Variations
Color information
#B715AA (or 0xB715AA) is known color: Deep Magenta. HEX triplet: B7, 15 and AA. RGB value is (183,21,170). Sum of RGB (Red+Green+Blue) = 183+21+170=374 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.93% from 374); Green value is 21 (8.59% from 255 or 5.61% from 374); Blue value is 170 (66.80% from 255 or 45.45% from 374); Max value from RGB is 183 - color contains mainly: red. Hex color #B715AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B715AA is #48EA55. Grayscale: #555555. Windows color (decimal): -4778582 or 11146679. OLE color: 11146679.
HSL color Cylindrical-coordinate representation of color #B715AA: hue angle of 304.81º 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 #B715AA is Cyan = 0, Magento = 0.89, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 21 | 170 | - |
| CMYK | 0 | 0.89 | 0.07 | 0.28 |
| HSL | 304.81º | 0.79% | 0.4% | - |
| HSV(B) | 304.81º | 0.89% | 0.72% | - |
| XYZ | 27.05 | 13.51 | 39.21 | - |
| YUV | 86.42 | 175.17 | 196.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 21 | 170 | 0 | 0.89 | 0.07 | 0.28 | 304.81 | 0.79 | 0.4 |
| Hex | B7 | 15 | AA | 0 | 59 | 7 | 1C | 131 | 4F | 28 |
| Octal | 267 | 25 | 252 | 0 | 131 | 7 | 34 | 461 | 117 | 50 |
| Binary | 10110111 | 10101 | 10101010 | 0 | 1011001 | 111 | 11100 | 100110001 | 1001111 | 101000 |
Color Harmonies of #B715AA
Complementary color
Monochromatic Colors of #B715AA
Black with #B715AA
Text Example
Text Example
White with #B715AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B715AA; }
p { color: rgb(183,21,170); }
H1.HeaderClassName
{
color: #B715AA;
}
.AnyTagClassName
{
color: #B715AA;
}
</style>
background-color css
<style>
a { background-color: #B715AA; }
a { background-color: rgb(183,21,170); }
div.DivClassName
{
background-color: #B715AA;
}
.BgClassName
{
background-color: #B715AA;
}
</style>
border-color css
<style>
span { border-color: #B715AA; }
span { border-color: rgb(183,21,170); }
td.TdClassName
{
border-color: #B715AA;
}
.TagClassName
{
border-color: #B715AA;
}
</style>