Shades of Medium Red Violet #B82275
Tints of Medium Red Violet #B82275
RGB
CMYK
RGB Variations
Color information
#B82275 (or 0xB82275) is known color: Medium Red Violet. HEX triplet: B8, 22 and 75. RGB value is (184,34,117). Sum of RGB (Red+Green+Blue) = 184+34+117=335 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.93% from 335); Green value is 34 (13.67% from 255 or 10.15% from 335); Blue value is 117 (46.09% from 255 or 34.93% from 335); Max value from RGB is 184 - color contains mainly: red. Hex color #B82275 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B82275 is #47DD8A. Grayscale: #585858. Windows color (decimal): -4709771 or 7676600. OLE color: 7676600.
HSL color Cylindrical-coordinate representation of color #B82275: hue angle of 326.8º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B82275 is Cyan = 0, Magento = 0.82, Yellow = 0.36 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 34 | 117 | - |
| CMYK | 0 | 0.82 | 0.36 | 0.28 |
| HSL | 326.8º | 0.69% | 0.43% | - |
| HSV(B) | 326.8º | 0.82% | 0.72% | - |
| XYZ | 23.55 | 12.62 | 18.02 | - |
| YUV | 88.31 | 144.2 | 196.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 34 | 117 | 0 | 0.82 | 0.36 | 0.28 | 326.8 | 0.69 | 0.43 |
| Hex | B8 | 22 | 75 | 0 | 52 | 24 | 1C | 147 | 45 | 2B |
| Octal | 270 | 42 | 165 | 0 | 122 | 44 | 34 | 507 | 105 | 53 |
| Binary | 10111000 | 100010 | 1110101 | 0 | 1010010 | 100100 | 11100 | 101000111 | 1000101 | 101011 |
Color Harmonies of #B82275
Complementary color
Monochromatic Colors of #B82275
Black with #B82275
Text Example
Text Example
White with #B82275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82275; }
p { color: rgb(184,34,117); }
H1.HeaderClassName
{
color: #B82275;
}
.AnyTagClassName
{
color: #B82275;
}
</style>
background-color css
<style>
a { background-color: #B82275; }
a { background-color: rgb(184,34,117); }
div.DivClassName
{
background-color: #B82275;
}
.BgClassName
{
background-color: #B82275;
}
</style>
border-color css
<style>
span { border-color: #B82275; }
span { border-color: rgb(184,34,117); }
td.TdClassName
{
border-color: #B82275;
}
.TagClassName
{
border-color: #B82275;
}
</style>