Shades of Medium Red Violet #B82C92
Tints of Medium Red Violet #B82C92
RGB
CMYK
RGB Variations
Color information
#B82C92 (or 0xB82C92) is known color: Medium Red Violet. HEX triplet: B8, 2C and 92. RGB value is (184,44,146). Sum of RGB (Red+Green+Blue) = 184+44+146=374 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.20% from 374); Green value is 44 (17.58% from 255 or 11.76% from 374); Blue value is 146 (57.42% from 255 or 39.04% from 374); Max value from RGB is 184 - color contains mainly: red. Hex color #B82C92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B82C92 is #47D36D. Grayscale: #616161. Windows color (decimal): -4707182 or 9579704. OLE color: 9579704.
HSL color Cylindrical-coordinate representation of color #B82C92: hue angle of 316.29º 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 #B82C92 is Cyan = 0, Magento = 0.76, Yellow = 0.21 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 44 | 146 | - |
| CMYK | 0 | 0.76 | 0.21 | 0.28 |
| HSL | 316.29º | 0.61% | 0.45% | - |
| HSV(B) | 316.29º | 0.76% | 0.72% | - |
| XYZ | 25.86 | 14.07 | 28.55 | - |
| YUV | 97.49 | 155.38 | 189.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 44 | 146 | 0 | 0.76 | 0.21 | 0.28 | 316.29 | 0.61 | 0.45 |
| Hex | B8 | 2C | 92 | 0 | 4C | 15 | 1C | 13C | 3D | 2D |
| Octal | 270 | 54 | 222 | 0 | 114 | 25 | 34 | 474 | 75 | 55 |
| Binary | 10111000 | 101100 | 10010010 | 0 | 1001100 | 10101 | 11100 | 100111100 | 111101 | 101101 |
Color Harmonies of #B82C92
Complementary color
Monochromatic Colors of #B82C92
Black with #B82C92
Text Example
Text Example
White with #B82C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82C92; }
p { color: rgb(184,44,146); }
H1.HeaderClassName
{
color: #B82C92;
}
.AnyTagClassName
{
color: #B82C92;
}
</style>
background-color css
<style>
a { background-color: #B82C92; }
a { background-color: rgb(184,44,146); }
div.DivClassName
{
background-color: #B82C92;
}
.BgClassName
{
background-color: #B82C92;
}
</style>
border-color css
<style>
span { border-color: #B82C92; }
span { border-color: rgb(184,44,146); }
td.TdClassName
{
border-color: #B82C92;
}
.TagClassName
{
border-color: #B82C92;
}
</style>