Shades of Deep Magenta #B820BC
Tints of Deep Magenta #B820BC
RGB
CMYK
RGB Variations
Color information
#B820BC (or 0xB820BC) is known color: Deep Magenta. HEX triplet: B8, 20 and BC. RGB value is (184,32,188). Sum of RGB (Red+Green+Blue) = 184+32+188=404 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.54% from 404); Green value is 32 (12.89% from 255 or 7.92% from 404); Blue value is 188 (73.83% from 255 or 46.53% from 404); Max value from RGB is 188 - color contains mainly: blue. Hex color #B820BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B820BC is #47DF43. Grayscale: #5E5E5E. Windows color (decimal): -4710212 or 12329144. OLE color: 12329144.
HSL color Cylindrical-coordinate representation of color #B820BC: hue angle of 298.46º 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 #B820BC is Cyan = 0.02, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 184 | 32 | 188 | - |
| CMYK | 0.02 | 0.83 | 0 | 0.26 |
| HSL | 298.46º | 0.71% | 0.43% | - |
| HSV(B) | 298.46º | 0.83% | 0.74% | - |
| XYZ | 29.36 | 14.85 | 48.9 | - |
| YUV | 95.23 | 180.36 | 191.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 32 | 188 | 0.02 | 0.83 | 0 | 0.26 | 298.46 | 0.71 | 0.43 |
| Hex | B8 | 20 | BC | 2 | 53 | 0 | 1A | 12A | 47 | 2B |
| Octal | 270 | 40 | 274 | 2 | 123 | 0 | 32 | 452 | 107 | 53 |
| Binary | 10111000 | 100000 | 10111100 | 10 | 1010011 | 0 | 11010 | 100101010 | 1000111 | 101011 |
Color Harmonies of #B820BC
Complementary color
Monochromatic Colors of #B820BC
Black with #B820BC
Text Example
Text Example
White with #B820BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B820BC; }
p { color: rgb(184,32,188); }
H1.HeaderClassName
{
color: #B820BC;
}
.AnyTagClassName
{
color: #B820BC;
}
</style>
background-color css
<style>
a { background-color: #B820BC; }
a { background-color: rgb(184,32,188); }
div.DivClassName
{
background-color: #B820BC;
}
.BgClassName
{
background-color: #B820BC;
}
</style>
border-color css
<style>
span { border-color: #B820BC; }
span { border-color: rgb(184,32,188); }
td.TdClassName
{
border-color: #B820BC;
}
.TagClassName
{
border-color: #B820BC;
}
</style>