Shades of Medium Violet Red #B80676
Tints of Medium Violet Red #B80676
RGB
CMYK
RGB Variations
Color information
#B80676 (or 0xB80676) is known color: Medium Violet Red. HEX triplet: B8, 06 and 76. RGB value is (184,6,118). Sum of RGB (Red+Green+Blue) = 184+6+118=308 (40% of max value = 765). Red value is 184 (72.27% from 255 or 59.74% from 308); Green value is 6 (2.73% from 255 or 1.95% from 308); Blue value is 118 (46.48% from 255 or 38.31% from 308); Max value from RGB is 184 - color contains mainly: red. Hex color #B80676 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80676 is #47F989. Grayscale: #474747. Windows color (decimal): -4716938 or 7734968. OLE color: 7734968.
HSL color Cylindrical-coordinate representation of color #B80676: hue angle of 322.25º 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 #B80676 is Cyan = 0, Magento = 0.97, Yellow = 0.36 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 6 | 118 | - |
| CMYK | 0 | 0.97 | 0.36 | 0.28 |
| HSL | 322.25º | 0.94% | 0.37% | - |
| HSV(B) | 322.25º | 0.97% | 0.72% | - |
| XYZ | 23.1 | 11.63 | 18.17 | - |
| YUV | 71.99 | 153.97 | 207.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 6 | 118 | 0 | 0.97 | 0.36 | 0.28 | 322.25 | 0.94 | 0.37 |
| Hex | B8 | 6 | 76 | 0 | 61 | 24 | 1C | 142 | 5E | 25 |
| Octal | 270 | 6 | 166 | 0 | 141 | 44 | 34 | 502 | 136 | 45 |
| Binary | 10111000 | 110 | 1110110 | 0 | 1100001 | 100100 | 11100 | 101000010 | 1011110 | 100101 |
Color Harmonies of #B80676
Complementary color
Monochromatic Colors of #B80676
Black with #B80676
Text Example
Text Example
White with #B80676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80676; }
p { color: rgb(184,6,118); }
H1.HeaderClassName
{
color: #B80676;
}
.AnyTagClassName
{
color: #B80676;
}
</style>
background-color css
<style>
a { background-color: #B80676; }
a { background-color: rgb(184,6,118); }
div.DivClassName
{
background-color: #B80676;
}
.BgClassName
{
background-color: #B80676;
}
</style>
border-color css
<style>
span { border-color: #B80676; }
span { border-color: rgb(184,6,118); }
td.TdClassName
{
border-color: #B80676;
}
.TagClassName
{
border-color: #B80676;
}
</style>