Shades of Deep Magenta #B814AF
Tints of Deep Magenta #B814AF
RGB
CMYK
RGB Variations
Color information
#B814AF (or 0xB814AF) is known color: Deep Magenta. HEX triplet: B8, 14 and AF. RGB value is (184,20,175). Sum of RGB (Red+Green+Blue) = 184+20+175=379 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.55% from 379); Green value is 20 (8.20% from 255 or 5.28% from 379); Blue value is 175 (68.75% from 255 or 46.17% from 379); Max value from RGB is 184 - color contains mainly: red. Hex color #B814AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B814AF is #47EB50. Grayscale: #565656. Windows color (decimal): -4713297 or 11474104. OLE color: 11474104.
HSL color Cylindrical-coordinate representation of color #B814AF: hue angle of 303.29º 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 #B814AF is Cyan = 0, Magento = 0.89, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 20 | 175 | - |
| CMYK | 0 | 0.89 | 0.05 | 0.28 |
| HSL | 303.29º | 0.8% | 0.4% | - |
| HSV(B) | 303.29º | 0.89% | 0.72% | - |
| XYZ | 27.76 | 13.79 | 41.76 | - |
| YUV | 86.71 | 177.83 | 197.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 20 | 175 | 0 | 0.89 | 0.05 | 0.28 | 303.29 | 0.8 | 0.4 |
| Hex | B8 | 14 | AF | 0 | 59 | 5 | 1C | 12F | 50 | 28 |
| Octal | 270 | 24 | 257 | 0 | 131 | 5 | 34 | 457 | 120 | 50 |
| Binary | 10111000 | 10100 | 10101111 | 0 | 1011001 | 101 | 11100 | 100101111 | 1010000 | 101000 |
Color Harmonies of #B814AF
Complementary color
Monochromatic Colors of #B814AF
Black with #B814AF
Text Example
Text Example
White with #B814AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B814AF; }
p { color: rgb(184,20,175); }
H1.HeaderClassName
{
color: #B814AF;
}
.AnyTagClassName
{
color: #B814AF;
}
</style>
background-color css
<style>
a { background-color: #B814AF; }
a { background-color: rgb(184,20,175); }
div.DivClassName
{
background-color: #B814AF;
}
.BgClassName
{
background-color: #B814AF;
}
</style>
border-color css
<style>
span { border-color: #B814AF; }
span { border-color: rgb(184,20,175); }
td.TdClassName
{
border-color: #B814AF;
}
.TagClassName
{
border-color: #B814AF;
}
</style>