Shades of Medium Red Violet #B82A7B
Tints of Medium Red Violet #B82A7B
RGB
CMYK
RGB Variations
Color information
#B82A7B (or 0xB82A7B) is known color: Medium Red Violet. HEX triplet: B8, 2A and 7B. RGB value is (184,42,123). Sum of RGB (Red+Green+Blue) = 184+42+123=349 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.72% from 349); Green value is 42 (16.80% from 255 or 12.03% from 349); Blue value is 123 (48.44% from 255 or 35.24% from 349); Max value from RGB is 184 - color contains mainly: red. Hex color #B82A7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B82A7B is #47D584. Grayscale: #5D5D5D. Windows color (decimal): -4707717 or 8071864. OLE color: 8071864.
HSL color Cylindrical-coordinate representation of color #B82A7B: hue angle of 325.77º 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 #B82A7B is Cyan = 0, Magento = 0.77, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 42 | 123 | - |
| CMYK | 0 | 0.77 | 0.33 | 0.28 |
| HSL | 325.77º | 0.63% | 0.44% | - |
| HSV(B) | 325.77º | 0.77% | 0.72% | - |
| XYZ | 24.17 | 13.28 | 20.03 | - |
| YUV | 93.69 | 144.54 | 192.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 42 | 123 | 0 | 0.77 | 0.33 | 0.28 | 325.77 | 0.63 | 0.44 |
| Hex | B8 | 2A | 7B | 0 | 4D | 21 | 1C | 146 | 3F | 2C |
| Octal | 270 | 52 | 173 | 0 | 115 | 41 | 34 | 506 | 77 | 54 |
| Binary | 10111000 | 101010 | 1111011 | 0 | 1001101 | 100001 | 11100 | 101000110 | 111111 | 101100 |
Color Harmonies of #B82A7B
Complementary color
Monochromatic Colors of #B82A7B
Black with #B82A7B
Text Example
Text Example
White with #B82A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82A7B; }
p { color: rgb(184,42,123); }
H1.HeaderClassName
{
color: #B82A7B;
}
.AnyTagClassName
{
color: #B82A7B;
}
</style>
background-color css
<style>
a { background-color: #B82A7B; }
a { background-color: rgb(184,42,123); }
div.DivClassName
{
background-color: #B82A7B;
}
.BgClassName
{
background-color: #B82A7B;
}
</style>
border-color css
<style>
span { border-color: #B82A7B; }
span { border-color: rgb(184,42,123); }
td.TdClassName
{
border-color: #B82A7B;
}
.TagClassName
{
border-color: #B82A7B;
}
</style>