Shades of Deep Magenta #B805AC
Tints of Deep Magenta #B805AC
RGB
CMYK
RGB Variations
Color information
#B805AC (or 0xB805AC) is known color: Deep Magenta. HEX triplet: B8, 05 and AC. RGB value is (184,5,172). Sum of RGB (Red+Green+Blue) = 184+5+172=361 (47% of max value = 765). Red value is 184 (72.27% from 255 or 50.97% from 361); Green value is 5 (2.34% from 255 or 1.39% from 361); Blue value is 172 (67.58% from 255 or 47.65% from 361); Max value from RGB is 184 - color contains mainly: red. Hex color #B805AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B805AC is #47FA53. Grayscale: #4D4D4D. Windows color (decimal): -4717140 or 11273656. OLE color: 11273656.
HSL color Cylindrical-coordinate representation of color #B805AC: hue angle of 304.02º 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 #B805AC is Cyan = 0, Magento = 0.97, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 5 | 172 | - |
| CMYK | 0 | 0.97 | 0.07 | 0.28 |
| HSL | 304.02º | 0.95% | 0.37% | - |
| HSV(B) | 304.02º | 0.97% | 0.72% | - |
| XYZ | 27.27 | 13.28 | 40.16 | - |
| YUV | 77.56 | 181.3 | 203.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 5 | 172 | 0 | 0.97 | 0.07 | 0.28 | 304.02 | 0.95 | 0.37 |
| Hex | B8 | 5 | AC | 0 | 61 | 7 | 1C | 130 | 5F | 25 |
| Octal | 270 | 5 | 254 | 0 | 141 | 7 | 34 | 460 | 137 | 45 |
| Binary | 10111000 | 101 | 10101100 | 0 | 1100001 | 111 | 11100 | 100110000 | 1011111 | 100101 |
Color Harmonies of #B805AC
Complementary color
Monochromatic Colors of #B805AC
Black with #B805AC
Text Example
Text Example
White with #B805AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B805AC; }
p { color: rgb(184,5,172); }
H1.HeaderClassName
{
color: #B805AC;
}
.AnyTagClassName
{
color: #B805AC;
}
</style>
background-color css
<style>
a { background-color: #B805AC; }
a { background-color: rgb(184,5,172); }
div.DivClassName
{
background-color: #B805AC;
}
.BgClassName
{
background-color: #B805AC;
}
</style>
border-color css
<style>
span { border-color: #B805AC; }
span { border-color: rgb(184,5,172); }
td.TdClassName
{
border-color: #B805AC;
}
.TagClassName
{
border-color: #B805AC;
}
</style>