Shades of Deep Magenta #B815AD
Tints of Deep Magenta #B815AD
RGB
CMYK
RGB Variations
Color information
#B815AD (or 0xB815AD) is known color: Deep Magenta. HEX triplet: B8, 15 and AD. RGB value is (184,21,173). Sum of RGB (Red+Green+Blue) = 184+21+173=378 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.68% from 378); Green value is 21 (8.59% from 255 or 5.56% from 378); Blue value is 173 (67.97% from 255 or 45.77% from 378); Max value from RGB is 184 - color contains mainly: red. Hex color #B815AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B815AD is #47EA52. Grayscale: #565656. Windows color (decimal): -4713043 or 11343288. OLE color: 11343288.
HSL color Cylindrical-coordinate representation of color #B815AD: hue angle of 304.05º degrees, saturation: 0.8, 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 #B815AD is Cyan = 0, Magento = 0.89, Yellow = 0.06 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 21 | 173 | - |
| CMYK | 0 | 0.89 | 0.06 | 0.28 |
| HSL | 304.05º | 0.8% | 0.4% | - |
| HSV(B) | 304.05º | 0.89% | 0.72% | - |
| XYZ | 27.58 | 13.74 | 40.73 | - |
| YUV | 87.07 | 176.5 | 197.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 21 | 173 | 0 | 0.89 | 0.06 | 0.28 | 304.05 | 0.8 | 0.4 |
| Hex | B8 | 15 | AD | 0 | 59 | 6 | 1C | 130 | 50 | 28 |
| Octal | 270 | 25 | 255 | 0 | 131 | 6 | 34 | 460 | 120 | 50 |
| Binary | 10111000 | 10101 | 10101101 | 0 | 1011001 | 110 | 11100 | 100110000 | 1010000 | 101000 |
Color Harmonies of #B815AD
Complementary color
Monochromatic Colors of #B815AD
Black with #B815AD
Text Example
Text Example
White with #B815AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B815AD; }
p { color: rgb(184,21,173); }
H1.HeaderClassName
{
color: #B815AD;
}
.AnyTagClassName
{
color: #B815AD;
}
</style>
background-color css
<style>
a { background-color: #B815AD; }
a { background-color: rgb(184,21,173); }
div.DivClassName
{
background-color: #B815AD;
}
.BgClassName
{
background-color: #B815AD;
}
</style>
border-color css
<style>
span { border-color: #B815AD; }
span { border-color: rgb(184,21,173); }
td.TdClassName
{
border-color: #B815AD;
}
.TagClassName
{
border-color: #B815AD;
}
</style>