Shades of Deep Magenta #B820C9
Tints of Deep Magenta #B820C9
RGB
CMYK
RGB Variations
Color information
#B820C9 (or 0xB820C9) is known color: Deep Magenta. HEX triplet: B8, 20 and C9. RGB value is (184,32,201). Sum of RGB (Red+Green+Blue) = 184+32+201=417 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.12% from 417); Green value is 32 (12.89% from 255 or 7.67% from 417); Blue value is 201 (78.91% from 255 or 48.20% from 417); Max value from RGB is 201 - color contains mainly: blue. Hex color #B820C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B820C9 is #47DF36. Grayscale: #606060. Windows color (decimal): -4710199 or 13181112. OLE color: 13181112.
HSL color Cylindrical-coordinate representation of color #B820C9: hue angle of 293.96º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B820C9 is Cyan = 0.08, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 184 | 32 | 201 | - |
| CMYK | 0.08 | 0.84 | 0 | 0.21 |
| HSL | 293.96º | 0.73% | 0.46% | - |
| HSV(B) | 293.96º | 0.84% | 0.79% | - |
| XYZ | 30.83 | 15.44 | 56.61 | - |
| YUV | 96.71 | 186.86 | 190.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 32 | 201 | 0.08 | 0.84 | 0 | 0.21 | 293.96 | 0.73 | 0.46 |
| Hex | B8 | 20 | C9 | 8 | 54 | 0 | 15 | 126 | 49 | 2E |
| Octal | 270 | 40 | 311 | 10 | 124 | 0 | 25 | 446 | 111 | 56 |
| Binary | 10111000 | 100000 | 11001001 | 1000 | 1010100 | 0 | 10101 | 100100110 | 1001001 | 101110 |
Color Harmonies of #B820C9
Complementary color
Monochromatic Colors of #B820C9
Black with #B820C9
Text Example
Text Example
White with #B820C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B820C9; }
p { color: rgb(184,32,201); }
H1.HeaderClassName
{
color: #B820C9;
}
.AnyTagClassName
{
color: #B820C9;
}
</style>
background-color css
<style>
a { background-color: #B820C9; }
a { background-color: rgb(184,32,201); }
div.DivClassName
{
background-color: #B820C9;
}
.BgClassName
{
background-color: #B820C9;
}
</style>
border-color css
<style>
span { border-color: #B820C9; }
span { border-color: rgb(184,32,201); }
td.TdClassName
{
border-color: #B820C9;
}
.TagClassName
{
border-color: #B820C9;
}
</style>