Shades of Deep Magenta #B820B5
Tints of Deep Magenta #B820B5
RGB
CMYK
RGB Variations
Color information
#B820B5 (or 0xB820B5) is known color: Deep Magenta. HEX triplet: B8, 20 and B5. RGB value is (184,32,181). Sum of RGB (Red+Green+Blue) = 184+32+181=397 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.35% from 397); Green value is 32 (12.89% from 255 or 8.06% from 397); Blue value is 181 (71.09% from 255 or 45.59% from 397); Max value from RGB is 184 - color contains mainly: red. Hex color #B820B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B820B5 is #47DF4A. Grayscale: #5D5D5D. Windows color (decimal): -4710219 or 11870392. OLE color: 11870392.
HSL color Cylindrical-coordinate representation of color #B820B5: hue angle of 301.18º 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 #B820B5 is Cyan = 0, Magento = 0.83, Yellow = 0.02 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 32 | 181 | - |
| CMYK | 0 | 0.83 | 0.02 | 0.28 |
| HSL | 301.18º | 0.7% | 0.42% | - |
| HSV(B) | 301.18º | 0.83% | 0.72% | - |
| XYZ | 28.62 | 14.56 | 45.02 | - |
| YUV | 94.43 | 176.86 | 191.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 32 | 181 | 0 | 0.83 | 0.02 | 0.28 | 301.18 | 0.7 | 0.42 |
| Hex | B8 | 20 | B5 | 0 | 53 | 2 | 1C | 12D | 46 | 2A |
| Octal | 270 | 40 | 265 | 0 | 123 | 2 | 34 | 455 | 106 | 52 |
| Binary | 10111000 | 100000 | 10110101 | 0 | 1010011 | 10 | 11100 | 100101101 | 1000110 | 101010 |
Color Harmonies of #B820B5
Complementary color
Monochromatic Colors of #B820B5
Black with #B820B5
Text Example
Text Example
White with #B820B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B820B5; }
p { color: rgb(184,32,181); }
H1.HeaderClassName
{
color: #B820B5;
}
.AnyTagClassName
{
color: #B820B5;
}
</style>
background-color css
<style>
a { background-color: #B820B5; }
a { background-color: rgb(184,32,181); }
div.DivClassName
{
background-color: #B820B5;
}
.BgClassName
{
background-color: #B820B5;
}
</style>
border-color css
<style>
span { border-color: #B820B5; }
span { border-color: rgb(184,32,181); }
td.TdClassName
{
border-color: #B820B5;
}
.TagClassName
{
border-color: #B820B5;
}
</style>