Shades of Deep Magenta #B715AC
Tints of Deep Magenta #B715AC
RGB
CMYK
RGB Variations
Color information
#B715AC (or 0xB715AC) is known color: Deep Magenta. HEX triplet: B7, 15 and AC. RGB value is (183,21,172). Sum of RGB (Red+Green+Blue) = 183+21+172=376 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.67% from 376); Green value is 21 (8.59% from 255 or 5.59% from 376); Blue value is 172 (67.58% from 255 or 45.74% from 376); Max value from RGB is 183 - color contains mainly: red. Hex color #B715AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B715AC is #48EA53. Grayscale: #565656. Windows color (decimal): -4778580 or 11277751. OLE color: 11277751.
HSL color Cylindrical-coordinate representation of color #B715AC: hue angle of 304.07º 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 #B715AC is Cyan = 0, Magento = 0.89, Yellow = 0.06 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 21 | 172 | - |
| CMYK | 0 | 0.89 | 0.06 | 0.28 |
| HSL | 304.07º | 0.79% | 0.4% | - |
| HSV(B) | 304.07º | 0.89% | 0.72% | - |
| XYZ | 27.24 | 13.58 | 40.22 | - |
| YUV | 86.65 | 176.17 | 196.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 21 | 172 | 0 | 0.89 | 0.06 | 0.28 | 304.07 | 0.79 | 0.4 |
| Hex | B7 | 15 | AC | 0 | 59 | 6 | 1C | 130 | 4F | 28 |
| Octal | 267 | 25 | 254 | 0 | 131 | 6 | 34 | 460 | 117 | 50 |
| Binary | 10110111 | 10101 | 10101100 | 0 | 1011001 | 110 | 11100 | 100110000 | 1001111 | 101000 |
Color Harmonies of #B715AC
Complementary color
Monochromatic Colors of #B715AC
Black with #B715AC
Text Example
Text Example
White with #B715AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B715AC; }
p { color: rgb(183,21,172); }
H1.HeaderClassName
{
color: #B715AC;
}
.AnyTagClassName
{
color: #B715AC;
}
</style>
background-color css
<style>
a { background-color: #B715AC; }
a { background-color: rgb(183,21,172); }
div.DivClassName
{
background-color: #B715AC;
}
.BgClassName
{
background-color: #B715AC;
}
</style>
border-color css
<style>
span { border-color: #B715AC; }
span { border-color: rgb(183,21,172); }
td.TdClassName
{
border-color: #B715AC;
}
.TagClassName
{
border-color: #B715AC;
}
</style>