Shades of Medium Red Violet #B82E7A
Tints of Medium Red Violet #B82E7A
RGB
CMYK
RGB Variations
Color information
#B82E7A (or 0xB82E7A) is known color: Medium Red Violet. HEX triplet: B8, 2E and 7A. RGB value is (184,46,122). Sum of RGB (Red+Green+Blue) = 184+46+122=352 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.27% from 352); Green value is 46 (18.36% from 255 or 13.07% from 352); Blue value is 122 (48.05% from 255 or 34.66% from 352); Max value from RGB is 184 - color contains mainly: red. Hex color #B82E7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B82E7A is #47D185. Grayscale: #5F5F5F. Windows color (decimal): -4706694 or 8007352. OLE color: 8007352.
HSL color Cylindrical-coordinate representation of color #B82E7A: hue angle of 326.96º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B82E7A is Cyan = 0, Magento = 0.75, Yellow = 0.34 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 46 | 122 | - |
| CMYK | 0 | 0.75 | 0.34 | 0.28 |
| HSL | 326.96º | 0.6% | 0.45% | - |
| HSV(B) | 326.96º | 0.75% | 0.72% | - |
| XYZ | 24.26 | 13.55 | 19.75 | - |
| YUV | 95.93 | 142.72 | 190.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 46 | 122 | 0 | 0.75 | 0.34 | 0.28 | 326.96 | 0.6 | 0.45 |
| Hex | B8 | 2E | 7A | 0 | 4B | 22 | 1C | 147 | 3C | 2D |
| Octal | 270 | 56 | 172 | 0 | 113 | 42 | 34 | 507 | 74 | 55 |
| Binary | 10111000 | 101110 | 1111010 | 0 | 1001011 | 100010 | 11100 | 101000111 | 111100 | 101101 |
Color Harmonies of #B82E7A
Complementary color
Monochromatic Colors of #B82E7A
Black with #B82E7A
Text Example
Text Example
White with #B82E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82E7A; }
p { color: rgb(184,46,122); }
H1.HeaderClassName
{
color: #B82E7A;
}
.AnyTagClassName
{
color: #B82E7A;
}
</style>
background-color css
<style>
a { background-color: #B82E7A; }
a { background-color: rgb(184,46,122); }
div.DivClassName
{
background-color: #B82E7A;
}
.BgClassName
{
background-color: #B82E7A;
}
</style>
border-color css
<style>
span { border-color: #B82E7A; }
span { border-color: rgb(184,46,122); }
td.TdClassName
{
border-color: #B82E7A;
}
.TagClassName
{
border-color: #B82E7A;
}
</style>