Shades of Deep Magenta #B807AD
Tints of Deep Magenta #B807AD
RGB
CMYK
RGB Variations
Color information
#B807AD (or 0xB807AD) is known color: Deep Magenta. HEX triplet: B8, 07 and AD. RGB value is (184,7,173). Sum of RGB (Red+Green+Blue) = 184+7+173=364 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.55% from 364); Green value is 7 (3.12% from 255 or 1.92% from 364); Blue value is 173 (67.97% from 255 or 47.53% from 364); Max value from RGB is 184 - color contains mainly: red. Hex color #B807AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B807AD is #47F852. Grayscale: #4E4E4E. Windows color (decimal): -4716627 or 11339704. OLE color: 11339704.
HSL color Cylindrical-coordinate representation of color #B807AD: hue angle of 303.73º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B807AD is Cyan = 0, Magento = 0.96, Yellow = 0.06 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 7 | 173 | - |
| CMYK | 0 | 0.96 | 0.06 | 0.28 |
| HSL | 303.73º | 0.93% | 0.37% | - |
| HSV(B) | 303.73º | 0.96% | 0.72% | - |
| XYZ | 27.39 | 13.36 | 40.67 | - |
| YUV | 78.85 | 181.14 | 203 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 7 | 173 | 0 | 0.96 | 0.06 | 0.28 | 303.73 | 0.93 | 0.37 |
| Hex | B8 | 7 | AD | 0 | 60 | 6 | 1C | 130 | 5D | 25 |
| Octal | 270 | 7 | 255 | 0 | 140 | 6 | 34 | 460 | 135 | 45 |
| Binary | 10111000 | 111 | 10101101 | 0 | 1100000 | 110 | 11100 | 100110000 | 1011101 | 100101 |
Color Harmonies of #B807AD
Complementary color
Monochromatic Colors of #B807AD
Black with #B807AD
Text Example
Text Example
White with #B807AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B807AD; }
p { color: rgb(184,7,173); }
H1.HeaderClassName
{
color: #B807AD;
}
.AnyTagClassName
{
color: #B807AD;
}
</style>
background-color css
<style>
a { background-color: #B807AD; }
a { background-color: rgb(184,7,173); }
div.DivClassName
{
background-color: #B807AD;
}
.BgClassName
{
background-color: #B807AD;
}
</style>
border-color css
<style>
span { border-color: #B807AD; }
span { border-color: rgb(184,7,173); }
td.TdClassName
{
border-color: #B807AD;
}
.TagClassName
{
border-color: #B807AD;
}
</style>