Shades of Medium Red Violet #B82875
Tints of Medium Red Violet #B82875
RGB
CMYK
RGB Variations
Color information
#B82875 (or 0xB82875) is known color: Medium Red Violet. HEX triplet: B8, 28 and 75. RGB value is (184,40,117). Sum of RGB (Red+Green+Blue) = 184+40+117=341 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.96% from 341); Green value is 40 (16.02% from 255 or 11.73% from 341); Blue value is 117 (46.09% from 255 or 34.31% from 341); Max value from RGB is 184 - color contains mainly: red. Hex color #B82875 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B82875 is #47D78A. Grayscale: #5B5B5B. Windows color (decimal): -4708235 or 7678136. OLE color: 7678136.
HSL color Cylindrical-coordinate representation of color #B82875: hue angle of 327.92º 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 #B82875 is Cyan = 0, Magento = 0.78, Yellow = 0.36 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 40 | 117 | - |
| CMYK | 0 | 0.78 | 0.36 | 0.28 |
| HSL | 327.92º | 0.64% | 0.44% | - |
| HSV(B) | 327.92º | 0.78% | 0.72% | - |
| XYZ | 23.74 | 12.99 | 18.09 | - |
| YUV | 91.83 | 142.21 | 193.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 40 | 117 | 0 | 0.78 | 0.36 | 0.28 | 327.92 | 0.64 | 0.44 |
| Hex | B8 | 28 | 75 | 0 | 4E | 24 | 1C | 148 | 40 | 2C |
| Octal | 270 | 50 | 165 | 0 | 116 | 44 | 34 | 510 | 100 | 54 |
| Binary | 10111000 | 101000 | 1110101 | 0 | 1001110 | 100100 | 11100 | 101001000 | 1000000 | 101100 |
Color Harmonies of #B82875
Complementary color
Monochromatic Colors of #B82875
Black with #B82875
Text Example
Text Example
White with #B82875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82875; }
p { color: rgb(184,40,117); }
H1.HeaderClassName
{
color: #B82875;
}
.AnyTagClassName
{
color: #B82875;
}
</style>
background-color css
<style>
a { background-color: #B82875; }
a { background-color: rgb(184,40,117); }
div.DivClassName
{
background-color: #B82875;
}
.BgClassName
{
background-color: #B82875;
}
</style>
border-color css
<style>
span { border-color: #B82875; }
span { border-color: rgb(184,40,117); }
td.TdClassName
{
border-color: #B82875;
}
.TagClassName
{
border-color: #B82875;
}
</style>