Shades of Medium Red Violet #B82D73
Tints of Medium Red Violet #B82D73
RGB
CMYK
RGB Variations
Color information
#B82D73 (or 0xB82D73) is known color: Medium Red Violet. HEX triplet: B8, 2D and 73. RGB value is (184,45,115). Sum of RGB (Red+Green+Blue) = 184+45+115=344 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.49% from 344); Green value is 45 (17.97% from 255 or 13.08% from 344); Blue value is 115 (45.31% from 255 or 33.43% from 344); Max value from RGB is 184 - color contains mainly: red. Hex color #B82D73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B82D73 is #47D28C. Grayscale: #5E5E5E. Windows color (decimal): -4706957 or 7548344. OLE color: 7548344.
HSL color Cylindrical-coordinate representation of color #B82D73: hue angle of 329.78º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B82D73 is Cyan = 0, Magento = 0.76, Yellow = 0.38 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 45 | 115 | - |
| CMYK | 0 | 0.76 | 0.38 | 0.28 |
| HSL | 329.78º | 0.61% | 0.45% | - |
| HSV(B) | 329.78º | 0.76% | 0.72% | - |
| XYZ | 23.8 | 13.3 | 17.53 | - |
| YUV | 94.54 | 139.55 | 191.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 45 | 115 | 0 | 0.76 | 0.38 | 0.28 | 329.78 | 0.61 | 0.45 |
| Hex | B8 | 2D | 73 | 0 | 4C | 26 | 1C | 14A | 3D | 2D |
| Octal | 270 | 55 | 163 | 0 | 114 | 46 | 34 | 512 | 75 | 55 |
| Binary | 10111000 | 101101 | 1110011 | 0 | 1001100 | 100110 | 11100 | 101001010 | 111101 | 101101 |
Color Harmonies of #B82D73
Complementary color
Monochromatic Colors of #B82D73
Black with #B82D73
Text Example
Text Example
White with #B82D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82D73; }
p { color: rgb(184,45,115); }
H1.HeaderClassName
{
color: #B82D73;
}
.AnyTagClassName
{
color: #B82D73;
}
</style>
background-color css
<style>
a { background-color: #B82D73; }
a { background-color: rgb(184,45,115); }
div.DivClassName
{
background-color: #B82D73;
}
.BgClassName
{
background-color: #B82D73;
}
</style>
border-color css
<style>
span { border-color: #B82D73; }
span { border-color: rgb(184,45,115); }
td.TdClassName
{
border-color: #B82D73;
}
.TagClassName
{
border-color: #B82D73;
}
</style>