Shades of Medium Violet Red #B80377
Tints of Medium Violet Red #B80377
RGB
CMYK
RGB Variations
Color information
#B80377 (or 0xB80377) is known color: Medium Violet Red. HEX triplet: B8, 03 and 77. RGB value is (184,3,119). Sum of RGB (Red+Green+Blue) = 184+3+119=306 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.13% from 306); Green value is 3 (1.56% from 255 or 0.98% from 306); Blue value is 119 (46.88% from 255 or 38.89% from 306); Max value from RGB is 184 - color contains mainly: red. Hex color #B80377 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80377 is #47FC88. Grayscale: #464646. Windows color (decimal): -4717705 or 7799736. OLE color: 7799736.
HSL color Cylindrical-coordinate representation of color #B80377: hue angle of 321.55º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B80377 is Cyan = 0, Magento = 0.98, Yellow = 0.35 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 3 | 119 | - |
| CMYK | 0 | 0.98 | 0.35 | 0.28 |
| HSL | 321.55º | 0.97% | 0.37% | - |
| HSV(B) | 321.55º | 0.98% | 0.72% | - |
| XYZ | 23.13 | 11.59 | 18.47 | - |
| YUV | 70.34 | 155.47 | 209.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 3 | 119 | 0 | 0.98 | 0.35 | 0.28 | 321.55 | 0.97 | 0.37 |
| Hex | B8 | 3 | 77 | 0 | 62 | 23 | 1C | 142 | 61 | 25 |
| Octal | 270 | 3 | 167 | 0 | 142 | 43 | 34 | 502 | 141 | 45 |
| Binary | 10111000 | 11 | 1110111 | 0 | 1100010 | 100011 | 11100 | 101000010 | 1100001 | 100101 |
Color Harmonies of #B80377
Complementary color
Monochromatic Colors of #B80377
Black with #B80377
Text Example
Text Example
White with #B80377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80377; }
p { color: rgb(184,3,119); }
H1.HeaderClassName
{
color: #B80377;
}
.AnyTagClassName
{
color: #B80377;
}
</style>
background-color css
<style>
a { background-color: #B80377; }
a { background-color: rgb(184,3,119); }
div.DivClassName
{
background-color: #B80377;
}
.BgClassName
{
background-color: #B80377;
}
</style>
border-color css
<style>
span { border-color: #B80377; }
span { border-color: rgb(184,3,119); }
td.TdClassName
{
border-color: #B80377;
}
.TagClassName
{
border-color: #B80377;
}
</style>