Shades of Medium Red Violet #B82C72
Tints of Medium Red Violet #B82C72
RGB
CMYK
RGB Variations
Color information
#B82C72 (or 0xB82C72) is known color: Medium Red Violet. HEX triplet: B8, 2C and 72. RGB value is (184,44,114). Sum of RGB (Red+Green+Blue) = 184+44+114=342 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.80% from 342); Green value is 44 (17.58% from 255 or 12.87% from 342); Blue value is 114 (44.92% from 255 or 33.33% from 342); Max value from RGB is 184 - color contains mainly: red. Hex color #B82C72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B82C72 is #47D38D. Grayscale: #5D5D5D. Windows color (decimal): -4707214 or 7482552. OLE color: 7482552.
HSL color Cylindrical-coordinate representation of color #B82C72: hue angle of 330º 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 #B82C72 is Cyan = 0, Magento = 0.76, Yellow = 0.38 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 44 | 114 | - |
| CMYK | 0 | 0.76 | 0.38 | 0.28 |
| HSL | 330º | 0.61% | 0.45% | - |
| HSV(B) | 330º | 0.76% | 0.72% | - |
| XYZ | 23.71 | 13.21 | 17.22 | - |
| YUV | 93.84 | 139.38 | 192.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 44 | 114 | 0 | 0.76 | 0.38 | 0.28 | 330 | 0.61 | 0.45 |
| Hex | B8 | 2C | 72 | 0 | 4C | 26 | 1C | 14A | 3D | 2D |
| Octal | 270 | 54 | 162 | 0 | 114 | 46 | 34 | 512 | 75 | 55 |
| Binary | 10111000 | 101100 | 1110010 | 0 | 1001100 | 100110 | 11100 | 101001010 | 111101 | 101101 |
Color Harmonies of #B82C72
Complementary color
Monochromatic Colors of #B82C72
Black with #B82C72
Text Example
Text Example
White with #B82C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82C72; }
p { color: rgb(184,44,114); }
H1.HeaderClassName
{
color: #B82C72;
}
.AnyTagClassName
{
color: #B82C72;
}
</style>
background-color css
<style>
a { background-color: #B82C72; }
a { background-color: rgb(184,44,114); }
div.DivClassName
{
background-color: #B82C72;
}
.BgClassName
{
background-color: #B82C72;
}
</style>
border-color css
<style>
span { border-color: #B82C72; }
span { border-color: rgb(184,44,114); }
td.TdClassName
{
border-color: #B82C72;
}
.TagClassName
{
border-color: #B82C72;
}
</style>