Shades of Medium Violet Red #B80877
Tints of Medium Violet Red #B80877
RGB
CMYK
RGB Variations
Color information
#B80877 (or 0xB80877) is known color: Medium Violet Red. HEX triplet: B8, 08 and 77. RGB value is (184,8,119). Sum of RGB (Red+Green+Blue) = 184+8+119=311 (41% of max value = 765). Red value is 184 (72.27% from 255 or 59.16% from 311); Green value is 8 (3.52% from 255 or 2.57% from 311); Blue value is 119 (46.88% from 255 or 38.26% from 311); Max value from RGB is 184 - color contains mainly: red. Hex color #B80877 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80877 is #47F788. Grayscale: #494949. Windows color (decimal): -4716425 or 7801016. OLE color: 7801016.
HSL color Cylindrical-coordinate representation of color #B80877: hue angle of 322.16º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B80877 is Cyan = 0, Magento = 0.96, Yellow = 0.35 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 8 | 119 | - |
| CMYK | 0 | 0.96 | 0.35 | 0.28 |
| HSL | 322.16º | 0.92% | 0.38% | - |
| HSV(B) | 322.16º | 0.96% | 0.72% | - |
| XYZ | 23.18 | 11.7 | 18.49 | - |
| YUV | 73.28 | 153.81 | 206.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 8 | 119 | 0 | 0.96 | 0.35 | 0.28 | 322.16 | 0.92 | 0.38 |
| Hex | B8 | 8 | 77 | 0 | 60 | 23 | 1C | 142 | 5C | 26 |
| Octal | 270 | 10 | 167 | 0 | 140 | 43 | 34 | 502 | 134 | 46 |
| Binary | 10111000 | 1000 | 1110111 | 0 | 1100000 | 100011 | 11100 | 101000010 | 1011100 | 100110 |
Color Harmonies of #B80877
Complementary color
Monochromatic Colors of #B80877
Black with #B80877
Text Example
Text Example
White with #B80877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80877; }
p { color: rgb(184,8,119); }
H1.HeaderClassName
{
color: #B80877;
}
.AnyTagClassName
{
color: #B80877;
}
</style>
background-color css
<style>
a { background-color: #B80877; }
a { background-color: rgb(184,8,119); }
div.DivClassName
{
background-color: #B80877;
}
.BgClassName
{
background-color: #B80877;
}
</style>
border-color css
<style>
span { border-color: #B80877; }
span { border-color: rgb(184,8,119); }
td.TdClassName
{
border-color: #B80877;
}
.TagClassName
{
border-color: #B80877;
}
</style>