Shades of Medium Red Violet #B82995
Tints of Medium Red Violet #B82995
RGB
CMYK
RGB Variations
Color information
#B82995 (or 0xB82995) is known color: Medium Red Violet. HEX triplet: B8, 29 and 95. RGB value is (184,41,149). Sum of RGB (Red+Green+Blue) = 184+41+149=374 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.20% from 374); Green value is 41 (16.41% from 255 or 10.96% from 374); Blue value is 149 (58.59% from 255 or 39.84% from 374); Max value from RGB is 184 - color contains mainly: red. Hex color #B82995 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B82995 is #47D66A. Grayscale: #5F5F5F. Windows color (decimal): -4707947 or 9775544. OLE color: 9775544.
HSL color Cylindrical-coordinate representation of color #B82995: hue angle of 314.69º 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 #B82995 is Cyan = 0, Magento = 0.78, Yellow = 0.19 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 41 | 149 | - |
| CMYK | 0 | 0.78 | 0.19 | 0.28 |
| HSL | 314.69º | 0.64% | 0.44% | - |
| HSV(B) | 314.69º | 0.78% | 0.72% | - |
| XYZ | 25.98 | 13.95 | 29.76 | - |
| YUV | 96.07 | 157.88 | 190.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 41 | 149 | 0 | 0.78 | 0.19 | 0.28 | 314.69 | 0.64 | 0.44 |
| Hex | B8 | 29 | 95 | 0 | 4E | 13 | 1C | 13B | 40 | 2C |
| Octal | 270 | 51 | 225 | 0 | 116 | 23 | 34 | 473 | 100 | 54 |
| Binary | 10111000 | 101001 | 10010101 | 0 | 1001110 | 10011 | 11100 | 100111011 | 1000000 | 101100 |
Color Harmonies of #B82995
Complementary color
Monochromatic Colors of #B82995
Black with #B82995
Text Example
Text Example
White with #B82995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82995; }
p { color: rgb(184,41,149); }
H1.HeaderClassName
{
color: #B82995;
}
.AnyTagClassName
{
color: #B82995;
}
</style>
background-color css
<style>
a { background-color: #B82995; }
a { background-color: rgb(184,41,149); }
div.DivClassName
{
background-color: #B82995;
}
.BgClassName
{
background-color: #B82995;
}
</style>
border-color css
<style>
span { border-color: #B82995; }
span { border-color: rgb(184,41,149); }
td.TdClassName
{
border-color: #B82995;
}
.TagClassName
{
border-color: #B82995;
}
</style>