Shades of Medium Violet Red #B82079
Tints of Medium Violet Red #B82079
RGB
CMYK
RGB Variations
Color information
#B82079 (or 0xB82079) is known color: Medium Violet Red. HEX triplet: B8, 20 and 79. RGB value is (184,32,121). Sum of RGB (Red+Green+Blue) = 184+32+121=337 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.60% from 337); Green value is 32 (12.89% from 255 or 9.50% from 337); Blue value is 121 (47.66% from 255 or 35.91% from 337); Max value from RGB is 184 - color contains mainly: red. Hex color #B82079 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B82079 is #47DF86. Grayscale: #575757. Windows color (decimal): -4710279 or 7938232. OLE color: 7938232.
HSL color Cylindrical-coordinate representation of color #B82079: hue angle of 324.87º 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 #B82079 is Cyan = 0, Magento = 0.83, Yellow = 0.34 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 32 | 121 | - |
| CMYK | 0 | 0.83 | 0.34 | 0.28 |
| HSL | 324.87º | 0.7% | 0.42% | - |
| HSV(B) | 324.87º | 0.83% | 0.72% | - |
| XYZ | 23.73 | 12.6 | 19.27 | - |
| YUV | 87.59 | 146.86 | 196.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 32 | 121 | 0 | 0.83 | 0.34 | 0.28 | 324.87 | 0.7 | 0.42 |
| Hex | B8 | 20 | 79 | 0 | 53 | 22 | 1C | 145 | 46 | 2A |
| Octal | 270 | 40 | 171 | 0 | 123 | 42 | 34 | 505 | 106 | 52 |
| Binary | 10111000 | 100000 | 1111001 | 0 | 1010011 | 100010 | 11100 | 101000101 | 1000110 | 101010 |
Color Harmonies of #B82079
Complementary color
Monochromatic Colors of #B82079
Black with #B82079
Text Example
Text Example
White with #B82079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82079; }
p { color: rgb(184,32,121); }
H1.HeaderClassName
{
color: #B82079;
}
.AnyTagClassName
{
color: #B82079;
}
</style>
background-color css
<style>
a { background-color: #B82079; }
a { background-color: rgb(184,32,121); }
div.DivClassName
{
background-color: #B82079;
}
.BgClassName
{
background-color: #B82079;
}
</style>
border-color css
<style>
span { border-color: #B82079; }
span { border-color: rgb(184,32,121); }
td.TdClassName
{
border-color: #B82079;
}
.TagClassName
{
border-color: #B82079;
}
</style>