Shades of Medium Violet Red #B80677
Tints of Medium Violet Red #B80677
RGB
CMYK
RGB Variations
Color information
#B80677 (or 0xB80677) is known color: Medium Violet Red. HEX triplet: B8, 06 and 77. RGB value is (184,6,119). Sum of RGB (Red+Green+Blue) = 184+6+119=309 (40% of max value = 765). Red value is 184 (72.27% from 255 or 59.55% from 309); Green value is 6 (2.73% from 255 or 1.94% from 309); Blue value is 119 (46.88% from 255 or 38.51% from 309); Max value from RGB is 184 - color contains mainly: red. Hex color #B80677 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80677 is #47F988. Grayscale: #474747. Windows color (decimal): -4716937 or 7800504. OLE color: 7800504.
HSL color Cylindrical-coordinate representation of color #B80677: hue angle of 321.91º degrees, saturation: 0.94, 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 #B80677 is Cyan = 0, Magento = 0.97, Yellow = 0.35 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 6 | 119 | - |
| CMYK | 0 | 0.97 | 0.35 | 0.28 |
| HSL | 321.91º | 0.94% | 0.37% | - |
| HSV(B) | 321.91º | 0.97% | 0.72% | - |
| XYZ | 23.16 | 11.65 | 18.48 | - |
| YUV | 72.1 | 154.47 | 207.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 6 | 119 | 0 | 0.97 | 0.35 | 0.28 | 321.91 | 0.94 | 0.37 |
| Hex | B8 | 6 | 77 | 0 | 61 | 23 | 1C | 142 | 5E | 25 |
| Octal | 270 | 6 | 167 | 0 | 141 | 43 | 34 | 502 | 136 | 45 |
| Binary | 10111000 | 110 | 1110111 | 0 | 1100001 | 100011 | 11100 | 101000010 | 1011110 | 100101 |
Color Harmonies of #B80677
Complementary color
Monochromatic Colors of #B80677
Black with #B80677
Text Example
Text Example
White with #B80677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80677; }
p { color: rgb(184,6,119); }
H1.HeaderClassName
{
color: #B80677;
}
.AnyTagClassName
{
color: #B80677;
}
</style>
background-color css
<style>
a { background-color: #B80677; }
a { background-color: rgb(184,6,119); }
div.DivClassName
{
background-color: #B80677;
}
.BgClassName
{
background-color: #B80677;
}
</style>
border-color css
<style>
span { border-color: #B80677; }
span { border-color: rgb(184,6,119); }
td.TdClassName
{
border-color: #B80677;
}
.TagClassName
{
border-color: #B80677;
}
</style>