Shades of Medium Red Violet #B82E7D
Tints of Medium Red Violet #B82E7D
RGB
CMYK
RGB Variations
Color information
#B82E7D (or 0xB82E7D) is known color: Medium Red Violet. HEX triplet: B8, 2E and 7D. RGB value is (184,46,125). Sum of RGB (Red+Green+Blue) = 184+46+125=355 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.83% from 355); Green value is 46 (18.36% from 255 or 12.96% from 355); Blue value is 125 (49.22% from 255 or 35.21% from 355); Max value from RGB is 184 - color contains mainly: red. Hex color #B82E7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B82E7D is #47D182. Grayscale: #606060. Windows color (decimal): -4706691 or 8203960. OLE color: 8203960.
HSL color Cylindrical-coordinate representation of color #B82E7D: hue angle of 325.65º 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 #B82E7D is Cyan = 0, Magento = 0.75, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 46 | 125 | - |
| CMYK | 0 | 0.75 | 0.32 | 0.28 |
| HSL | 325.65º | 0.6% | 0.45% | - |
| HSV(B) | 325.65º | 0.75% | 0.72% | - |
| XYZ | 24.45 | 13.63 | 20.74 | - |
| YUV | 96.27 | 144.22 | 190.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 46 | 125 | 0 | 0.75 | 0.32 | 0.28 | 325.65 | 0.6 | 0.45 |
| Hex | B8 | 2E | 7D | 0 | 4B | 20 | 1C | 146 | 3C | 2D |
| Octal | 270 | 56 | 175 | 0 | 113 | 40 | 34 | 506 | 74 | 55 |
| Binary | 10111000 | 101110 | 1111101 | 0 | 1001011 | 100000 | 11100 | 101000110 | 111100 | 101101 |
Color Harmonies of #B82E7D
Complementary color
Monochromatic Colors of #B82E7D
Black with #B82E7D
Text Example
Text Example
White with #B82E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82E7D; }
p { color: rgb(184,46,125); }
H1.HeaderClassName
{
color: #B82E7D;
}
.AnyTagClassName
{
color: #B82E7D;
}
</style>
background-color css
<style>
a { background-color: #B82E7D; }
a { background-color: rgb(184,46,125); }
div.DivClassName
{
background-color: #B82E7D;
}
.BgClassName
{
background-color: #B82E7D;
}
</style>
border-color css
<style>
span { border-color: #B82E7D; }
span { border-color: rgb(184,46,125); }
td.TdClassName
{
border-color: #B82E7D;
}
.TagClassName
{
border-color: #B82E7D;
}
</style>