Shades of Medium Red Violet #B82C85
Tints of Medium Red Violet #B82C85
RGB
CMYK
RGB Variations
Color information
#B82C85 (or 0xB82C85) is known color: Medium Red Violet. HEX triplet: B8, 2C and 85. RGB value is (184,44,133). Sum of RGB (Red+Green+Blue) = 184+44+133=361 (47% of max value = 765). Red value is 184 (72.27% from 255 or 50.97% from 361); Green value is 44 (17.58% from 255 or 12.19% from 361); Blue value is 133 (52.34% from 255 or 36.84% from 361); Max value from RGB is 184 - color contains mainly: red. Hex color #B82C85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B82C85 is #47D37A. Grayscale: #5F5F5F. Windows color (decimal): -4707195 or 8727736. OLE color: 8727736.
HSL color Cylindrical-coordinate representation of color #B82C85: hue angle of 321.86º 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 #B82C85 is Cyan = 0, Magento = 0.76, Yellow = 0.28 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 44 | 133 | - |
| CMYK | 0 | 0.76 | 0.28 | 0.28 |
| HSL | 321.86º | 0.61% | 0.45% | - |
| HSV(B) | 321.86º | 0.76% | 0.72% | - |
| XYZ | 24.9 | 13.69 | 23.52 | - |
| YUV | 96.01 | 148.88 | 190.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 44 | 133 | 0 | 0.76 | 0.28 | 0.28 | 321.86 | 0.61 | 0.45 |
| Hex | B8 | 2C | 85 | 0 | 4C | 1C | 1C | 142 | 3D | 2D |
| Octal | 270 | 54 | 205 | 0 | 114 | 34 | 34 | 502 | 75 | 55 |
| Binary | 10111000 | 101100 | 10000101 | 0 | 1001100 | 11100 | 11100 | 101000010 | 111101 | 101101 |
Color Harmonies of #B82C85
Complementary color
Monochromatic Colors of #B82C85
Black with #B82C85
Text Example
Text Example
White with #B82C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82C85; }
p { color: rgb(184,44,133); }
H1.HeaderClassName
{
color: #B82C85;
}
.AnyTagClassName
{
color: #B82C85;
}
</style>
background-color css
<style>
a { background-color: #B82C85; }
a { background-color: rgb(184,44,133); }
div.DivClassName
{
background-color: #B82C85;
}
.BgClassName
{
background-color: #B82C85;
}
</style>
border-color css
<style>
span { border-color: #B82C85; }
span { border-color: rgb(184,44,133); }
td.TdClassName
{
border-color: #B82C85;
}
.TagClassName
{
border-color: #B82C85;
}
</style>