Shades of Medium Violet Red #B82095
Tints of Medium Violet Red #B82095
RGB
CMYK
RGB Variations
Color information
#B82095 (or 0xB82095) is known color: Medium Violet Red. HEX triplet: B8, 20 and 95. RGB value is (184,32,149). Sum of RGB (Red+Green+Blue) = 184+32+149=365 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.41% from 365); Green value is 32 (12.89% from 255 or 8.77% from 365); Blue value is 149 (58.59% from 255 or 40.82% from 365); Max value from RGB is 184 - color contains mainly: red. Hex color #B82095 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B82095 is #47DF6A. Grayscale: #5A5A5A. Windows color (decimal): -4710251 or 9773240. OLE color: 9773240.
HSL color Cylindrical-coordinate representation of color #B82095: hue angle of 313.82º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B82095 is Cyan = 0, Magento = 0.83, Yellow = 0.19 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 32 | 149 | - |
| CMYK | 0 | 0.83 | 0.19 | 0.28 |
| HSL | 313.82º | 0.7% | 0.42% | - |
| HSV(B) | 313.82º | 0.83% | 0.72% | - |
| XYZ | 25.71 | 13.39 | 29.66 | - |
| YUV | 90.79 | 160.86 | 194.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 32 | 149 | 0 | 0.83 | 0.19 | 0.28 | 313.82 | 0.7 | 0.42 |
| Hex | B8 | 20 | 95 | 0 | 53 | 13 | 1C | 13A | 46 | 2A |
| Octal | 270 | 40 | 225 | 0 | 123 | 23 | 34 | 472 | 106 | 52 |
| Binary | 10111000 | 100000 | 10010101 | 0 | 1010011 | 10011 | 11100 | 100111010 | 1000110 | 101010 |
Color Harmonies of #B82095
Complementary color
Monochromatic Colors of #B82095
Black with #B82095
Text Example
Text Example
White with #B82095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82095; }
p { color: rgb(184,32,149); }
H1.HeaderClassName
{
color: #B82095;
}
.AnyTagClassName
{
color: #B82095;
}
</style>
background-color css
<style>
a { background-color: #B82095; }
a { background-color: rgb(184,32,149); }
div.DivClassName
{
background-color: #B82095;
}
.BgClassName
{
background-color: #B82095;
}
</style>
border-color css
<style>
span { border-color: #B82095; }
span { border-color: rgb(184,32,149); }
td.TdClassName
{
border-color: #B82095;
}
.TagClassName
{
border-color: #B82095;
}
</style>