Shades of Deep Magenta #B820BD
Tints of Deep Magenta #B820BD
RGB
CMYK
RGB Variations
Color information
#B820BD (or 0xB820BD) is known color: Deep Magenta. HEX triplet: B8, 20 and BD. RGB value is (184,32,189). Sum of RGB (Red+Green+Blue) = 184+32+189=405 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.43% from 405); Green value is 32 (12.89% from 255 or 7.90% from 405); Blue value is 189 (74.22% from 255 or 46.67% from 405); Max value from RGB is 189 - color contains mainly: blue. Hex color #B820BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B820BD is #47DF42. Grayscale: #5E5E5E. Windows color (decimal): -4710211 or 12394680. OLE color: 12394680.
HSL color Cylindrical-coordinate representation of color #B820BD: hue angle of 298.09º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B820BD is Cyan = 0.03, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 184 | 32 | 189 | - |
| CMYK | 0.03 | 0.83 | 0 | 0.26 |
| HSL | 298.09º | 0.71% | 0.43% | - |
| HSV(B) | 298.09º | 0.83% | 0.74% | - |
| XYZ | 29.47 | 14.9 | 49.47 | - |
| YUV | 95.35 | 180.86 | 191.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 32 | 189 | 0.03 | 0.83 | 0 | 0.26 | 298.09 | 0.71 | 0.43 |
| Hex | B8 | 20 | BD | 3 | 53 | 0 | 1A | 12A | 47 | 2B |
| Octal | 270 | 40 | 275 | 3 | 123 | 0 | 32 | 452 | 107 | 53 |
| Binary | 10111000 | 100000 | 10111101 | 11 | 1010011 | 0 | 11010 | 100101010 | 1000111 | 101011 |
Color Harmonies of #B820BD
Complementary color
Monochromatic Colors of #B820BD
Black with #B820BD
Text Example
Text Example
White with #B820BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B820BD; }
p { color: rgb(184,32,189); }
H1.HeaderClassName
{
color: #B820BD;
}
.AnyTagClassName
{
color: #B820BD;
}
</style>
background-color css
<style>
a { background-color: #B820BD; }
a { background-color: rgb(184,32,189); }
div.DivClassName
{
background-color: #B820BD;
}
.BgClassName
{
background-color: #B820BD;
}
</style>
border-color css
<style>
span { border-color: #B820BD; }
span { border-color: rgb(184,32,189); }
td.TdClassName
{
border-color: #B820BD;
}
.TagClassName
{
border-color: #B820BD;
}
</style>