Shades of Deep Magenta #B820AE
Tints of Deep Magenta #B820AE
RGB
CMYK
RGB Variations
Color information
#B820AE (or 0xB820AE) is known color: Deep Magenta. HEX triplet: B8, 20 and AE. RGB value is (184,32,174). Sum of RGB (Red+Green+Blue) = 184+32+174=390 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.18% from 390); Green value is 32 (12.89% from 255 or 8.21% from 390); Blue value is 174 (68.36% from 255 or 44.62% from 390); Max value from RGB is 184 - color contains mainly: red. Hex color #B820AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B820AE is #47DF51. Grayscale: #5D5D5D. Windows color (decimal): -4710226 or 11411640. OLE color: 11411640.
HSL color Cylindrical-coordinate representation of color #B820AE: hue angle of 303.95º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B820AE is Cyan = 0, Magento = 0.83, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 32 | 174 | - |
| CMYK | 0 | 0.83 | 0.05 | 0.28 |
| HSL | 303.95º | 0.7% | 0.42% | - |
| HSV(B) | 303.95º | 0.83% | 0.72% | - |
| XYZ | 27.92 | 14.28 | 41.33 | - |
| YUV | 93.64 | 173.36 | 192.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 32 | 174 | 0 | 0.83 | 0.05 | 0.28 | 303.95 | 0.7 | 0.42 |
| Hex | B8 | 20 | AE | 0 | 53 | 5 | 1C | 130 | 46 | 2A |
| Octal | 270 | 40 | 256 | 0 | 123 | 5 | 34 | 460 | 106 | 52 |
| Binary | 10111000 | 100000 | 10101110 | 0 | 1010011 | 101 | 11100 | 100110000 | 1000110 | 101010 |
Color Harmonies of #B820AE
Complementary color
Monochromatic Colors of #B820AE
Black with #B820AE
Text Example
Text Example
White with #B820AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B820AE; }
p { color: rgb(184,32,174); }
H1.HeaderClassName
{
color: #B820AE;
}
.AnyTagClassName
{
color: #B820AE;
}
</style>
background-color css
<style>
a { background-color: #B820AE; }
a { background-color: rgb(184,32,174); }
div.DivClassName
{
background-color: #B820AE;
}
.BgClassName
{
background-color: #B820AE;
}
</style>
border-color css
<style>
span { border-color: #B820AE; }
span { border-color: rgb(184,32,174); }
td.TdClassName
{
border-color: #B820AE;
}
.TagClassName
{
border-color: #B820AE;
}
</style>