Shades of Deep Magenta #B805AF
Tints of Deep Magenta #B805AF
RGB
CMYK
RGB Variations
Color information
#B805AF (or 0xB805AF) is known color: Deep Magenta. HEX triplet: B8, 05 and AF. RGB value is (184,5,175). Sum of RGB (Red+Green+Blue) = 184+5+175=364 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.55% from 364); Green value is 5 (2.34% from 255 or 1.37% from 364); Blue value is 175 (68.75% from 255 or 48.08% from 364); Max value from RGB is 184 - color contains mainly: red. Hex color #B805AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B805AF is #47FA50. Grayscale: #4D4D4D. Windows color (decimal): -4717137 or 11470264. OLE color: 11470264.
HSL color Cylindrical-coordinate representation of color #B805AF: hue angle of 303.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 #B805AF is Cyan = 0, Magento = 0.97, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 5 | 175 | - |
| CMYK | 0 | 0.97 | 0.05 | 0.28 |
| HSL | 303.02º | 0.95% | 0.37% | - |
| HSV(B) | 303.02º | 0.97% | 0.72% | - |
| XYZ | 27.56 | 13.39 | 41.69 | - |
| YUV | 77.9 | 182.8 | 203.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 5 | 175 | 0 | 0.97 | 0.05 | 0.28 | 303.02 | 0.95 | 0.37 |
| Hex | B8 | 5 | AF | 0 | 61 | 5 | 1C | 12F | 5F | 25 |
| Octal | 270 | 5 | 257 | 0 | 141 | 5 | 34 | 457 | 137 | 45 |
| Binary | 10111000 | 101 | 10101111 | 0 | 1100001 | 101 | 11100 | 100101111 | 1011111 | 100101 |
Color Harmonies of #B805AF
Complementary color
Monochromatic Colors of #B805AF
Black with #B805AF
Text Example
Text Example
White with #B805AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B805AF; }
p { color: rgb(184,5,175); }
H1.HeaderClassName
{
color: #B805AF;
}
.AnyTagClassName
{
color: #B805AF;
}
</style>
background-color css
<style>
a { background-color: #B805AF; }
a { background-color: rgb(184,5,175); }
div.DivClassName
{
background-color: #B805AF;
}
.BgClassName
{
background-color: #B805AF;
}
</style>
border-color css
<style>
span { border-color: #B805AF; }
span { border-color: rgb(184,5,175); }
td.TdClassName
{
border-color: #B805AF;
}
.TagClassName
{
border-color: #B805AF;
}
</style>