Shades of Medium Red Violet #B82072
Tints of Medium Red Violet #B82072
RGB
CMYK
RGB Variations
Color information
#B82072 (or 0xB82072) is known color: Medium Red Violet. HEX triplet: B8, 20 and 72. RGB value is (184,32,114). Sum of RGB (Red+Green+Blue) = 184+32+114=330 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.76% from 330); Green value is 32 (12.89% from 255 or 9.70% from 330); Blue value is 114 (44.92% from 255 or 34.55% from 330); Max value from RGB is 184 - color contains mainly: red. Hex color #B82072 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B82072 is #47DF8D. Grayscale: #565656. Windows color (decimal): -4710286 or 7479480. OLE color: 7479480.
HSL color Cylindrical-coordinate representation of color #B82072: hue angle of 327.63º 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 #B82072 is Cyan = 0, Magento = 0.83, Yellow = 0.38 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 32 | 114 | - |
| CMYK | 0 | 0.83 | 0.38 | 0.28 |
| HSL | 327.63º | 0.7% | 0.42% | - |
| HSV(B) | 327.63º | 0.83% | 0.72% | - |
| XYZ | 23.32 | 12.44 | 17.09 | - |
| YUV | 86.8 | 143.36 | 197.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 32 | 114 | 0 | 0.83 | 0.38 | 0.28 | 327.63 | 0.7 | 0.42 |
| Hex | B8 | 20 | 72 | 0 | 53 | 26 | 1C | 148 | 46 | 2A |
| Octal | 270 | 40 | 162 | 0 | 123 | 46 | 34 | 510 | 106 | 52 |
| Binary | 10111000 | 100000 | 1110010 | 0 | 1010011 | 100110 | 11100 | 101001000 | 1000110 | 101010 |
Color Harmonies of #B82072
Complementary color
Monochromatic Colors of #B82072
Black with #B82072
Text Example
Text Example
White with #B82072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82072; }
p { color: rgb(184,32,114); }
H1.HeaderClassName
{
color: #B82072;
}
.AnyTagClassName
{
color: #B82072;
}
</style>
background-color css
<style>
a { background-color: #B82072; }
a { background-color: rgb(184,32,114); }
div.DivClassName
{
background-color: #B82072;
}
.BgClassName
{
background-color: #B82072;
}
</style>
border-color css
<style>
span { border-color: #B82072; }
span { border-color: rgb(184,32,114); }
td.TdClassName
{
border-color: #B82072;
}
.TagClassName
{
border-color: #B82072;
}
</style>