Shades of Deep Magenta #B820C3
Tints of Deep Magenta #B820C3
RGB
CMYK
RGB Variations
Color information
#B820C3 (or 0xB820C3) is known color: Deep Magenta. HEX triplet: B8, 20 and C3. RGB value is (184,32,195). Sum of RGB (Red+Green+Blue) = 184+32+195=411 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.77% from 411); Green value is 32 (12.89% from 255 or 7.79% from 411); Blue value is 195 (76.56% from 255 or 47.45% from 411); Max value from RGB is 195 - color contains mainly: blue. Hex color #B820C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B820C3 is #47DF3C. Grayscale: #5F5F5F. Windows color (decimal): -4710205 or 12787896. OLE color: 12787896.
HSL color Cylindrical-coordinate representation of color #B820C3: hue angle of 295.95º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B820C3 is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 32 | 195 | - |
| CMYK | 0.06 | 0.84 | 0 | 0.24 |
| HSL | 295.95º | 0.72% | 0.45% | - |
| HSV(B) | 295.95º | 0.84% | 0.76% | - |
| XYZ | 30.13 | 15.16 | 52.97 | - |
| YUV | 96.03 | 183.86 | 190.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 32 | 195 | 0.06 | 0.84 | 0 | 0.24 | 295.95 | 0.72 | 0.45 |
| Hex | B8 | 20 | C3 | 6 | 54 | 0 | 18 | 128 | 48 | 2D |
| Octal | 270 | 40 | 303 | 6 | 124 | 0 | 30 | 450 | 110 | 55 |
| Binary | 10111000 | 100000 | 11000011 | 110 | 1010100 | 0 | 11000 | 100101000 | 1001000 | 101101 |
Color Harmonies of #B820C3
Complementary color
Monochromatic Colors of #B820C3
Black with #B820C3
Text Example
Text Example
White with #B820C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B820C3; }
p { color: rgb(184,32,195); }
H1.HeaderClassName
{
color: #B820C3;
}
.AnyTagClassName
{
color: #B820C3;
}
</style>
background-color css
<style>
a { background-color: #B820C3; }
a { background-color: rgb(184,32,195); }
div.DivClassName
{
background-color: #B820C3;
}
.BgClassName
{
background-color: #B820C3;
}
</style>
border-color css
<style>
span { border-color: #B820C3; }
span { border-color: rgb(184,32,195); }
td.TdClassName
{
border-color: #B820C3;
}
.TagClassName
{
border-color: #B820C3;
}
</style>