Shades of Deep Magenta #B805AE
Tints of Deep Magenta #B805AE
RGB
CMYK
RGB Variations
Color information
#B805AE (or 0xB805AE) is known color: Deep Magenta. HEX triplet: B8, 05 and AE. RGB value is (184,5,174). Sum of RGB (Red+Green+Blue) = 184+5+174=363 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.69% from 363); Green value is 5 (2.34% from 255 or 1.38% from 363); Blue value is 174 (68.36% from 255 or 47.93% from 363); Max value from RGB is 184 - color contains mainly: red. Hex color #B805AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B805AE is #47FA51. Grayscale: #4D4D4D. Windows color (decimal): -4717138 or 11404728. OLE color: 11404728.
HSL color Cylindrical-coordinate representation of color #B805AE: hue angle of 303.35º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B805AE is Cyan = 0, Magento = 0.97, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 5 | 174 | - |
| CMYK | 0 | 0.97 | 0.05 | 0.28 |
| HSL | 303.35º | 0.95% | 0.37% | - |
| HSV(B) | 303.35º | 0.97% | 0.72% | - |
| XYZ | 27.46 | 13.35 | 41.17 | - |
| YUV | 77.79 | 182.3 | 203.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 5 | 174 | 0 | 0.97 | 0.05 | 0.28 | 303.35 | 0.95 | 0.37 |
| Hex | B8 | 5 | AE | 0 | 61 | 5 | 1C | 12F | 5F | 25 |
| Octal | 270 | 5 | 256 | 0 | 141 | 5 | 34 | 457 | 137 | 45 |
| Binary | 10111000 | 101 | 10101110 | 0 | 1100001 | 101 | 11100 | 100101111 | 1011111 | 100101 |
Color Harmonies of #B805AE
Complementary color
Monochromatic Colors of #B805AE
Black with #B805AE
Text Example
Text Example
White with #B805AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B805AE; }
p { color: rgb(184,5,174); }
H1.HeaderClassName
{
color: #B805AE;
}
.AnyTagClassName
{
color: #B805AE;
}
</style>
background-color css
<style>
a { background-color: #B805AE; }
a { background-color: rgb(184,5,174); }
div.DivClassName
{
background-color: #B805AE;
}
.BgClassName
{
background-color: #B805AE;
}
</style>
border-color css
<style>
span { border-color: #B805AE; }
span { border-color: rgb(184,5,174); }
td.TdClassName
{
border-color: #B805AE;
}
.TagClassName
{
border-color: #B805AE;
}
</style>