Shades of Medium Red Violet #B82874
Tints of Medium Red Violet #B82874
RGB
CMYK
RGB Variations
Color information
#B82874 (or 0xB82874) is known color: Medium Red Violet. HEX triplet: B8, 28 and 74. RGB value is (184,40,116). Sum of RGB (Red+Green+Blue) = 184+40+116=340 (45% of max value = 765). Red value is 184 (72.27% from 255 or 54.12% from 340); Green value is 40 (16.02% from 255 or 11.76% from 340); Blue value is 116 (45.70% from 255 or 34.12% from 340); Max value from RGB is 184 - color contains mainly: red. Hex color #B82874 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B82874 is #47D78B. Grayscale: #5B5B5B. Windows color (decimal): -4708236 or 7612600. OLE color: 7612600.
HSL color Cylindrical-coordinate representation of color #B82874: hue angle of 328.33º 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 #B82874 is Cyan = 0, Magento = 0.78, Yellow = 0.37 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 40 | 116 | - |
| CMYK | 0 | 0.78 | 0.37 | 0.28 |
| HSL | 328.33º | 0.64% | 0.44% | - |
| HSV(B) | 328.33º | 0.78% | 0.72% | - |
| XYZ | 23.68 | 12.97 | 17.78 | - |
| YUV | 91.72 | 141.71 | 193.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 40 | 116 | 0 | 0.78 | 0.37 | 0.28 | 328.33 | 0.64 | 0.44 |
| Hex | B8 | 28 | 74 | 0 | 4E | 25 | 1C | 148 | 40 | 2C |
| Octal | 270 | 50 | 164 | 0 | 116 | 45 | 34 | 510 | 100 | 54 |
| Binary | 10111000 | 101000 | 1110100 | 0 | 1001110 | 100101 | 11100 | 101001000 | 1000000 | 101100 |
Color Harmonies of #B82874
Complementary color
Monochromatic Colors of #B82874
Black with #B82874
Text Example
Text Example
White with #B82874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82874; }
p { color: rgb(184,40,116); }
H1.HeaderClassName
{
color: #B82874;
}
.AnyTagClassName
{
color: #B82874;
}
</style>
background-color css
<style>
a { background-color: #B82874; }
a { background-color: rgb(184,40,116); }
div.DivClassName
{
background-color: #B82874;
}
.BgClassName
{
background-color: #B82874;
}
</style>
border-color css
<style>
span { border-color: #B82874; }
span { border-color: rgb(184,40,116); }
td.TdClassName
{
border-color: #B82874;
}
.TagClassName
{
border-color: #B82874;
}
</style>