Shades of Medium Violet Red #B80577
Tints of Medium Violet Red #B80577
RGB
CMYK
RGB Variations
Color information
#B80577 (or 0xB80577) is known color: Medium Violet Red. HEX triplet: B8, 05 and 77. RGB value is (184,5,119). Sum of RGB (Red+Green+Blue) = 184+5+119=308 (40% of max value = 765). Red value is 184 (72.27% from 255 or 59.74% from 308); Green value is 5 (2.34% from 255 or 1.62% from 308); Blue value is 119 (46.88% from 255 or 38.64% from 308); Max value from RGB is 184 - color contains mainly: red. Hex color #B80577 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80577 is #47FA88. Grayscale: #474747. Windows color (decimal): -4717193 or 7800248. OLE color: 7800248.
HSL color Cylindrical-coordinate representation of color #B80577: hue angle of 321.79º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B80577 is Cyan = 0, Magento = 0.97, Yellow = 0.35 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 5 | 119 | - |
| CMYK | 0 | 0.97 | 0.35 | 0.28 |
| HSL | 321.79º | 0.95% | 0.37% | - |
| HSV(B) | 321.79º | 0.97% | 0.72% | - |
| XYZ | 23.15 | 11.63 | 18.48 | - |
| YUV | 71.52 | 154.8 | 208.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 5 | 119 | 0 | 0.97 | 0.35 | 0.28 | 321.79 | 0.95 | 0.37 |
| Hex | B8 | 5 | 77 | 0 | 61 | 23 | 1C | 142 | 5F | 25 |
| Octal | 270 | 5 | 167 | 0 | 141 | 43 | 34 | 502 | 137 | 45 |
| Binary | 10111000 | 101 | 1110111 | 0 | 1100001 | 100011 | 11100 | 101000010 | 1011111 | 100101 |
Color Harmonies of #B80577
Complementary color
Monochromatic Colors of #B80577
Black with #B80577
Text Example
Text Example
White with #B80577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80577; }
p { color: rgb(184,5,119); }
H1.HeaderClassName
{
color: #B80577;
}
.AnyTagClassName
{
color: #B80577;
}
</style>
background-color css
<style>
a { background-color: #B80577; }
a { background-color: rgb(184,5,119); }
div.DivClassName
{
background-color: #B80577;
}
.BgClassName
{
background-color: #B80577;
}
</style>
border-color css
<style>
span { border-color: #B80577; }
span { border-color: rgb(184,5,119); }
td.TdClassName
{
border-color: #B80577;
}
.TagClassName
{
border-color: #B80577;
}
</style>