Shades of Medium Red Violet #B82577
Tints of Medium Red Violet #B82577
RGB
CMYK
RGB Variations
Color information
#B82577 (or 0xB82577) is known color: Medium Red Violet. HEX triplet: B8, 25 and 77. RGB value is (184,37,119). Sum of RGB (Red+Green+Blue) = 184+37+119=340 (45% of max value = 765). Red value is 184 (72.27% from 255 or 54.12% from 340); Green value is 37 (14.84% from 255 or 10.88% from 340); Blue value is 119 (46.88% from 255 or 35% from 340); Max value from RGB is 184 - color contains mainly: red. Hex color #B82577 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B82577 is #47DA88. Grayscale: #5A5A5A. Windows color (decimal): -4709001 or 7808440. OLE color: 7808440.
HSL color Cylindrical-coordinate representation of color #B82577: hue angle of 326.53º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B82577 is Cyan = 0, Magento = 0.80, Yellow = 0.35 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 37 | 119 | - |
| CMYK | 0 | 0.80 | 0.35 | 0.28 |
| HSL | 326.53º | 0.67% | 0.43% | - |
| HSV(B) | 326.53º | 0.8% | 0.72% | - |
| XYZ | 23.76 | 12.85 | 18.68 | - |
| YUV | 90.3 | 144.2 | 194.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 37 | 119 | 0 | 0.80 | 0.35 | 0.28 | 326.53 | 0.67 | 0.43 |
| Hex | B8 | 25 | 77 | 0 | 50 | 23 | 1C | 147 | 43 | 2B |
| Octal | 270 | 45 | 167 | 0 | 120 | 43 | 34 | 507 | 103 | 53 |
| Binary | 10111000 | 100101 | 1110111 | 0 | 1010000 | 100011 | 11100 | 101000111 | 1000011 | 101011 |
Color Harmonies of #B82577
Complementary color
Monochromatic Colors of #B82577
Black with #B82577
Text Example
Text Example
White with #B82577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82577; }
p { color: rgb(184,37,119); }
H1.HeaderClassName
{
color: #B82577;
}
.AnyTagClassName
{
color: #B82577;
}
</style>
background-color css
<style>
a { background-color: #B82577; }
a { background-color: rgb(184,37,119); }
div.DivClassName
{
background-color: #B82577;
}
.BgClassName
{
background-color: #B82577;
}
</style>
border-color css
<style>
span { border-color: #B82577; }
span { border-color: rgb(184,37,119); }
td.TdClassName
{
border-color: #B82577;
}
.TagClassName
{
border-color: #B82577;
}
</style>