Shades of Deep Magenta #B805AD
Tints of Deep Magenta #B805AD
RGB
CMYK
RGB Variations
Color information
#B805AD (or 0xB805AD) is known color: Deep Magenta. HEX triplet: B8, 05 and AD. RGB value is (184,5,173). Sum of RGB (Red+Green+Blue) = 184+5+173=362 (47% of max value = 765). Red value is 184 (72.27% from 255 or 50.83% from 362); Green value is 5 (2.34% from 255 or 1.38% from 362); Blue value is 173 (67.97% from 255 or 47.79% from 362); Max value from RGB is 184 - color contains mainly: red. Hex color #B805AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B805AD is #47FA52. Grayscale: #4D4D4D. Windows color (decimal): -4717139 or 11339192. OLE color: 11339192.
HSL color Cylindrical-coordinate representation of color #B805AD: hue angle of 303.69º 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 #B805AD is Cyan = 0, Magento = 0.97, Yellow = 0.06 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 5 | 173 | - |
| CMYK | 0 | 0.97 | 0.06 | 0.28 |
| HSL | 303.69º | 0.95% | 0.37% | - |
| HSV(B) | 303.69º | 0.97% | 0.72% | - |
| XYZ | 27.36 | 13.32 | 40.66 | - |
| YUV | 77.67 | 181.8 | 203.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 5 | 173 | 0 | 0.97 | 0.06 | 0.28 | 303.69 | 0.95 | 0.37 |
| Hex | B8 | 5 | AD | 0 | 61 | 6 | 1C | 130 | 5F | 25 |
| Octal | 270 | 5 | 255 | 0 | 141 | 6 | 34 | 460 | 137 | 45 |
| Binary | 10111000 | 101 | 10101101 | 0 | 1100001 | 110 | 11100 | 100110000 | 1011111 | 100101 |
Color Harmonies of #B805AD
Complementary color
Monochromatic Colors of #B805AD
Black with #B805AD
Text Example
Text Example
White with #B805AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B805AD; }
p { color: rgb(184,5,173); }
H1.HeaderClassName
{
color: #B805AD;
}
.AnyTagClassName
{
color: #B805AD;
}
</style>
background-color css
<style>
a { background-color: #B805AD; }
a { background-color: rgb(184,5,173); }
div.DivClassName
{
background-color: #B805AD;
}
.BgClassName
{
background-color: #B805AD;
}
</style>
border-color css
<style>
span { border-color: #B805AD; }
span { border-color: rgb(184,5,173); }
td.TdClassName
{
border-color: #B805AD;
}
.TagClassName
{
border-color: #B805AD;
}
</style>