Shades of Medium Red Violet #B82997
Tints of Medium Red Violet #B82997
RGB
CMYK
RGB Variations
Color information
#B82997 (or 0xB82997) is known color: Medium Red Violet. HEX triplet: B8, 29 and 97. RGB value is (184,41,151). Sum of RGB (Red+Green+Blue) = 184+41+151=376 (49% of max value = 765). Red value is 184 (72.27% from 255 or 48.94% from 376); Green value is 41 (16.41% from 255 or 10.90% from 376); Blue value is 151 (59.38% from 255 or 40.16% from 376); Max value from RGB is 184 - color contains mainly: red. Hex color #B82997 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B82997 is #47D668. Grayscale: #5F5F5F. Windows color (decimal): -4707945 or 9906616. OLE color: 9906616.
HSL color Cylindrical-coordinate representation of color #B82997: hue angle of 313.85º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B82997 is Cyan = 0, Magento = 0.78, Yellow = 0.18 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 41 | 151 | - |
| CMYK | 0 | 0.78 | 0.18 | 0.28 |
| HSL | 313.85º | 0.64% | 0.44% | - |
| HSV(B) | 313.85º | 0.78% | 0.72% | - |
| XYZ | 26.15 | 14.01 | 30.6 | - |
| YUV | 96.3 | 158.88 | 190.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 41 | 151 | 0 | 0.78 | 0.18 | 0.28 | 313.85 | 0.64 | 0.44 |
| Hex | B8 | 29 | 97 | 0 | 4E | 12 | 1C | 13A | 40 | 2C |
| Octal | 270 | 51 | 227 | 0 | 116 | 22 | 34 | 472 | 100 | 54 |
| Binary | 10111000 | 101001 | 10010111 | 0 | 1001110 | 10010 | 11100 | 100111010 | 1000000 | 101100 |
Color Harmonies of #B82997
Complementary color
Monochromatic Colors of #B82997
Black with #B82997
Text Example
Text Example
White with #B82997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82997; }
p { color: rgb(184,41,151); }
H1.HeaderClassName
{
color: #B82997;
}
.AnyTagClassName
{
color: #B82997;
}
</style>
background-color css
<style>
a { background-color: #B82997; }
a { background-color: rgb(184,41,151); }
div.DivClassName
{
background-color: #B82997;
}
.BgClassName
{
background-color: #B82997;
}
</style>
border-color css
<style>
span { border-color: #B82997; }
span { border-color: rgb(184,41,151); }
td.TdClassName
{
border-color: #B82997;
}
.TagClassName
{
border-color: #B82997;
}
</style>