Shades of Medium Red Violet #B82A75
Tints of Medium Red Violet #B82A75
RGB
CMYK
RGB Variations
Color information
#B82A75 (or 0xB82A75) is known color: Medium Red Violet. HEX triplet: B8, 2A and 75. RGB value is (184,42,117). Sum of RGB (Red+Green+Blue) = 184+42+117=343 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.64% from 343); Green value is 42 (16.80% from 255 or 12.24% from 343); Blue value is 117 (46.09% from 255 or 34.11% from 343); Max value from RGB is 184 - color contains mainly: red. Hex color #B82A75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B82A75 is #47D58A. Grayscale: #5C5C5C. Windows color (decimal): -4707723 or 7678648. OLE color: 7678648.
HSL color Cylindrical-coordinate representation of color #B82A75: hue angle of 328.31º 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 #B82A75 is Cyan = 0, Magento = 0.77, Yellow = 0.36 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 42 | 117 | - |
| CMYK | 0 | 0.77 | 0.36 | 0.28 |
| HSL | 328.31º | 0.63% | 0.44% | - |
| HSV(B) | 328.31º | 0.77% | 0.72% | - |
| XYZ | 23.81 | 13.13 | 18.11 | - |
| YUV | 93.01 | 141.54 | 192.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 42 | 117 | 0 | 0.77 | 0.36 | 0.28 | 328.31 | 0.63 | 0.44 |
| Hex | B8 | 2A | 75 | 0 | 4D | 24 | 1C | 148 | 3F | 2C |
| Octal | 270 | 52 | 165 | 0 | 115 | 44 | 34 | 510 | 77 | 54 |
| Binary | 10111000 | 101010 | 1110101 | 0 | 1001101 | 100100 | 11100 | 101001000 | 111111 | 101100 |
Color Harmonies of #B82A75
Complementary color
Monochromatic Colors of #B82A75
Black with #B82A75
Text Example
Text Example
White with #B82A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82A75; }
p { color: rgb(184,42,117); }
H1.HeaderClassName
{
color: #B82A75;
}
.AnyTagClassName
{
color: #B82A75;
}
</style>
background-color css
<style>
a { background-color: #B82A75; }
a { background-color: rgb(184,42,117); }
div.DivClassName
{
background-color: #B82A75;
}
.BgClassName
{
background-color: #B82A75;
}
</style>
border-color css
<style>
span { border-color: #B82A75; }
span { border-color: rgb(184,42,117); }
td.TdClassName
{
border-color: #B82A75;
}
.TagClassName
{
border-color: #B82A75;
}
</style>