Shades of Medium Red Violet #B82070
Tints of Medium Red Violet #B82070
RGB
CMYK
RGB Variations
Color information
#B82070 (or 0xB82070) is known color: Medium Red Violet. HEX triplet: B8, 20 and 70. RGB value is (184,32,112). Sum of RGB (Red+Green+Blue) = 184+32+112=328 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.10% from 328); Green value is 32 (12.89% from 255 or 9.76% from 328); Blue value is 112 (44.14% from 255 or 34.15% from 328); Max value from RGB is 184 - color contains mainly: red. Hex color #B82070 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B82070 is #47DF8F. Grayscale: #565656. Windows color (decimal): -4710288 or 7348408. OLE color: 7348408.
HSL color Cylindrical-coordinate representation of color #B82070: hue angle of 328.42º 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 #B82070 is Cyan = 0, Magento = 0.83, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 32 | 112 | - |
| CMYK | 0 | 0.83 | 0.39 | 0.28 |
| HSL | 328.42º | 0.7% | 0.42% | - |
| HSV(B) | 328.42º | 0.83% | 0.72% | - |
| XYZ | 23.21 | 12.39 | 16.5 | - |
| YUV | 86.57 | 142.36 | 197.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 32 | 112 | 0 | 0.83 | 0.39 | 0.28 | 328.42 | 0.7 | 0.42 |
| Hex | B8 | 20 | 70 | 0 | 53 | 27 | 1C | 148 | 46 | 2A |
| Octal | 270 | 40 | 160 | 0 | 123 | 47 | 34 | 510 | 106 | 52 |
| Binary | 10111000 | 100000 | 1110000 | 0 | 1010011 | 100111 | 11100 | 101001000 | 1000110 | 101010 |
Color Harmonies of #B82070
Complementary color
Monochromatic Colors of #B82070
Black with #B82070
Text Example
Text Example
White with #B82070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82070; }
p { color: rgb(184,32,112); }
H1.HeaderClassName
{
color: #B82070;
}
.AnyTagClassName
{
color: #B82070;
}
</style>
background-color css
<style>
a { background-color: #B82070; }
a { background-color: rgb(184,32,112); }
div.DivClassName
{
background-color: #B82070;
}
.BgClassName
{
background-color: #B82070;
}
</style>
border-color css
<style>
span { border-color: #B82070; }
span { border-color: rgb(184,32,112); }
td.TdClassName
{
border-color: #B82070;
}
.TagClassName
{
border-color: #B82070;
}
</style>