Shades of Medium Red Violet #B82999
Tints of Medium Red Violet #B82999
RGB
CMYK
RGB Variations
Color information
#B82999 (or 0xB82999) is known color: Medium Red Violet. HEX triplet: B8, 29 and 99. RGB value is (184,41,153). Sum of RGB (Red+Green+Blue) = 184+41+153=378 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.68% from 378); Green value is 41 (16.41% from 255 or 10.85% from 378); Blue value is 153 (60.16% from 255 or 40.48% from 378); Max value from RGB is 184 - color contains mainly: red. Hex color #B82999 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B82999 is #47D666. Grayscale: #606060. Windows color (decimal): -4707943 or 10037688. OLE color: 10037688.
HSL color Cylindrical-coordinate representation of color #B82999: hue angle of 313.01º 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 #B82999 is Cyan = 0, Magento = 0.78, Yellow = 0.17 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 41 | 153 | - |
| CMYK | 0 | 0.78 | 0.17 | 0.28 |
| HSL | 313.01º | 0.64% | 0.44% | - |
| HSV(B) | 313.01º | 0.78% | 0.72% | - |
| XYZ | 26.31 | 14.08 | 31.47 | - |
| YUV | 96.53 | 159.88 | 190.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 41 | 153 | 0 | 0.78 | 0.17 | 0.28 | 313.01 | 0.64 | 0.44 |
| Hex | B8 | 29 | 99 | 0 | 4E | 11 | 1C | 139 | 40 | 2C |
| Octal | 270 | 51 | 231 | 0 | 116 | 21 | 34 | 471 | 100 | 54 |
| Binary | 10111000 | 101001 | 10011001 | 0 | 1001110 | 10001 | 11100 | 100111001 | 1000000 | 101100 |
Color Harmonies of #B82999
Complementary color
Monochromatic Colors of #B82999
Black with #B82999
Text Example
Text Example
White with #B82999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82999; }
p { color: rgb(184,41,153); }
H1.HeaderClassName
{
color: #B82999;
}
.AnyTagClassName
{
color: #B82999;
}
</style>
background-color css
<style>
a { background-color: #B82999; }
a { background-color: rgb(184,41,153); }
div.DivClassName
{
background-color: #B82999;
}
.BgClassName
{
background-color: #B82999;
}
</style>
border-color css
<style>
span { border-color: #B82999; }
span { border-color: rgb(184,41,153); }
td.TdClassName
{
border-color: #B82999;
}
.TagClassName
{
border-color: #B82999;
}
</style>