Shades of Medium Violet Red #B82197
Tints of Medium Violet Red #B82197
RGB
CMYK
RGB Variations
Color information
#B82197 (or 0xB82197) is known color: Medium Violet Red. HEX triplet: B8, 21 and 97. RGB value is (184,33,151). Sum of RGB (Red+Green+Blue) = 184+33+151=368 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50% from 368); Green value is 33 (13.28% from 255 or 8.97% from 368); Blue value is 151 (59.38% from 255 or 41.03% from 368); Max value from RGB is 184 - color contains mainly: red. Hex color #B82197 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B82197 is #47DE68. Grayscale: #5B5B5B. Windows color (decimal): -4709993 or 9904568. OLE color: 9904568.
HSL color Cylindrical-coordinate representation of color #B82197: hue angle of 313.11º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B82197 is Cyan = 0, Magento = 0.82, Yellow = 0.18 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 33 | 151 | - |
| CMYK | 0 | 0.82 | 0.18 | 0.28 |
| HSL | 313.11º | 0.7% | 0.43% | - |
| HSV(B) | 313.11º | 0.82% | 0.72% | - |
| XYZ | 25.9 | 13.51 | 30.52 | - |
| YUV | 91.6 | 161.53 | 193.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 33 | 151 | 0 | 0.82 | 0.18 | 0.28 | 313.11 | 0.7 | 0.43 |
| Hex | B8 | 21 | 97 | 0 | 52 | 12 | 1C | 139 | 46 | 2B |
| Octal | 270 | 41 | 227 | 0 | 122 | 22 | 34 | 471 | 106 | 53 |
| Binary | 10111000 | 100001 | 10010111 | 0 | 1010010 | 10010 | 11100 | 100111001 | 1000110 | 101011 |
Color Harmonies of #B82197
Complementary color
Monochromatic Colors of #B82197
Black with #B82197
Text Example
Text Example
White with #B82197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82197; }
p { color: rgb(184,33,151); }
H1.HeaderClassName
{
color: #B82197;
}
.AnyTagClassName
{
color: #B82197;
}
</style>
background-color css
<style>
a { background-color: #B82197; }
a { background-color: rgb(184,33,151); }
div.DivClassName
{
background-color: #B82197;
}
.BgClassName
{
background-color: #B82197;
}
</style>
border-color css
<style>
span { border-color: #B82197; }
span { border-color: rgb(184,33,151); }
td.TdClassName
{
border-color: #B82197;
}
.TagClassName
{
border-color: #B82197;
}
</style>