Shades of Medium Red Violet #B82A7E
Tints of Medium Red Violet #B82A7E
RGB
CMYK
RGB Variations
Color information
#B82A7E (or 0xB82A7E) is known color: Medium Red Violet. HEX triplet: B8, 2A and 7E. RGB value is (184,42,126). Sum of RGB (Red+Green+Blue) = 184+42+126=352 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.27% from 352); Green value is 42 (16.80% from 255 or 11.93% from 352); Blue value is 126 (49.61% from 255 or 35.80% from 352); Max value from RGB is 184 - color contains mainly: red. Hex color #B82A7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B82A7E is #47D581. Grayscale: #5D5D5D. Windows color (decimal): -4707714 or 8268472. OLE color: 8268472.
HSL color Cylindrical-coordinate representation of color #B82A7E: hue angle of 324.51º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B82A7E is Cyan = 0, Magento = 0.77, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 42 | 126 | - |
| CMYK | 0 | 0.77 | 0.32 | 0.28 |
| HSL | 324.51º | 0.63% | 0.44% | - |
| HSV(B) | 324.51º | 0.77% | 0.72% | - |
| XYZ | 24.36 | 13.35 | 21.03 | - |
| YUV | 94.03 | 146.04 | 192.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 42 | 126 | 0 | 0.77 | 0.32 | 0.28 | 324.51 | 0.63 | 0.44 |
| Hex | B8 | 2A | 7E | 0 | 4D | 20 | 1C | 145 | 3F | 2C |
| Octal | 270 | 52 | 176 | 0 | 115 | 40 | 34 | 505 | 77 | 54 |
| Binary | 10111000 | 101010 | 1111110 | 0 | 1001101 | 100000 | 11100 | 101000101 | 111111 | 101100 |
Color Harmonies of #B82A7E
Complementary color
Monochromatic Colors of #B82A7E
Black with #B82A7E
Text Example
Text Example
White with #B82A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82A7E; }
p { color: rgb(184,42,126); }
H1.HeaderClassName
{
color: #B82A7E;
}
.AnyTagClassName
{
color: #B82A7E;
}
</style>
background-color css
<style>
a { background-color: #B82A7E; }
a { background-color: rgb(184,42,126); }
div.DivClassName
{
background-color: #B82A7E;
}
.BgClassName
{
background-color: #B82A7E;
}
</style>
border-color css
<style>
span { border-color: #B82A7E; }
span { border-color: rgb(184,42,126); }
td.TdClassName
{
border-color: #B82A7E;
}
.TagClassName
{
border-color: #B82A7E;
}
</style>