Shades of Deep Magenta #B820C8
Tints of Deep Magenta #B820C8
RGB
CMYK
RGB Variations
Color information
#B820C8 (or 0xB820C8) is known color: Deep Magenta. HEX triplet: B8, 20 and C8. RGB value is (184,32,200). Sum of RGB (Red+Green+Blue) = 184+32+200=416 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.23% from 416); Green value is 32 (12.89% from 255 or 7.69% from 416); Blue value is 200 (78.52% from 255 or 48.08% from 416); Max value from RGB is 200 - color contains mainly: blue. Hex color #B820C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B820C8 is #47DF37. Grayscale: #606060. Windows color (decimal): -4710200 or 13115576. OLE color: 13115576.
HSL color Cylindrical-coordinate representation of color #B820C8: hue angle of 294.29º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B820C8 is Cyan = 0.08, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 184 | 32 | 200 | - |
| CMYK | 0.08 | 0.84 | 0 | 0.22 |
| HSL | 294.29º | 0.72% | 0.45% | - |
| HSV(B) | 294.29º | 0.84% | 0.78% | - |
| XYZ | 30.71 | 15.39 | 56 | - |
| YUV | 96.6 | 186.36 | 190.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 32 | 200 | 0.08 | 0.84 | 0 | 0.22 | 294.29 | 0.72 | 0.45 |
| Hex | B8 | 20 | C8 | 8 | 54 | 0 | 16 | 126 | 48 | 2D |
| Octal | 270 | 40 | 310 | 10 | 124 | 0 | 26 | 446 | 110 | 55 |
| Binary | 10111000 | 100000 | 11001000 | 1000 | 1010100 | 0 | 10110 | 100100110 | 1001000 | 101101 |
Color Harmonies of #B820C8
Complementary color
Monochromatic Colors of #B820C8
Black with #B820C8
Text Example
Text Example
White with #B820C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B820C8; }
p { color: rgb(184,32,200); }
H1.HeaderClassName
{
color: #B820C8;
}
.AnyTagClassName
{
color: #B820C8;
}
</style>
background-color css
<style>
a { background-color: #B820C8; }
a { background-color: rgb(184,32,200); }
div.DivClassName
{
background-color: #B820C8;
}
.BgClassName
{
background-color: #B820C8;
}
</style>
border-color css
<style>
span { border-color: #B820C8; }
span { border-color: rgb(184,32,200); }
td.TdClassName
{
border-color: #B820C8;
}
.TagClassName
{
border-color: #B820C8;
}
</style>