Shades of Medium Violet Red #B820A2
Tints of Medium Violet Red #B820A2
RGB
CMYK
RGB Variations
Color information
#B820A2 (or 0xB820A2) is known color: Medium Violet Red. HEX triplet: B8, 20 and A2. RGB value is (184,32,162). Sum of RGB (Red+Green+Blue) = 184+32+162=378 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.68% from 378); Green value is 32 (12.89% from 255 or 8.47% from 378); Blue value is 162 (63.67% from 255 or 42.86% from 378); Max value from RGB is 184 - color contains mainly: red. Hex color #B820A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B820A2 is #47DF5D. Grayscale: #5B5B5B. Windows color (decimal): -4710238 or 10625208. OLE color: 10625208.
HSL color Cylindrical-coordinate representation of color #B820A2: hue angle of 308.68º 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 #B820A2 is Cyan = 0, Magento = 0.83, Yellow = 0.12 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 32 | 162 | - |
| CMYK | 0 | 0.83 | 0.12 | 0.28 |
| HSL | 308.68º | 0.7% | 0.42% | - |
| HSV(B) | 308.68º | 0.83% | 0.72% | - |
| XYZ | 26.81 | 13.83 | 35.44 | - |
| YUV | 92.27 | 167.36 | 193.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 32 | 162 | 0 | 0.83 | 0.12 | 0.28 | 308.68 | 0.7 | 0.42 |
| Hex | B8 | 20 | A2 | 0 | 53 | C | 1C | 135 | 46 | 2A |
| Octal | 270 | 40 | 242 | 0 | 123 | 14 | 34 | 465 | 106 | 52 |
| Binary | 10111000 | 100000 | 10100010 | 0 | 1010011 | 1100 | 11100 | 100110101 | 1000110 | 101010 |
Color Harmonies of #B820A2
Complementary color
Monochromatic Colors of #B820A2
Black with #B820A2
Text Example
Text Example
White with #B820A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B820A2; }
p { color: rgb(184,32,162); }
H1.HeaderClassName
{
color: #B820A2;
}
.AnyTagClassName
{
color: #B820A2;
}
</style>
background-color css
<style>
a { background-color: #B820A2; }
a { background-color: rgb(184,32,162); }
div.DivClassName
{
background-color: #B820A2;
}
.BgClassName
{
background-color: #B820A2;
}
</style>
border-color css
<style>
span { border-color: #B820A2; }
span { border-color: rgb(184,32,162); }
td.TdClassName
{
border-color: #B820A2;
}
.TagClassName
{
border-color: #B820A2;
}
</style>