Shades of Medium Violet Red #B80976
Tints of Medium Violet Red #B80976
RGB
CMYK
RGB Variations
Color information
#B80976 (or 0xB80976) is known color: Medium Violet Red. HEX triplet: B8, 09 and 76. RGB value is (184,9,118). Sum of RGB (Red+Green+Blue) = 184+9+118=311 (41% of max value = 765). Red value is 184 (72.27% from 255 or 59.16% from 311); Green value is 9 (3.91% from 255 or 2.89% from 311); Blue value is 118 (46.48% from 255 or 37.94% from 311); Max value from RGB is 184 - color contains mainly: red. Hex color #B80976 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80976 is #47F689. Grayscale: #494949. Windows color (decimal): -4716170 or 7735736. OLE color: 7735736.
HSL color Cylindrical-coordinate representation of color #B80976: hue angle of 322.63º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B80976 is Cyan = 0, Magento = 0.95, Yellow = 0.36 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 9 | 118 | - |
| CMYK | 0 | 0.95 | 0.36 | 0.28 |
| HSL | 322.63º | 0.91% | 0.38% | - |
| HSV(B) | 322.63º | 0.95% | 0.72% | - |
| XYZ | 23.13 | 11.69 | 18.18 | - |
| YUV | 73.75 | 152.98 | 206.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 9 | 118 | 0 | 0.95 | 0.36 | 0.28 | 322.63 | 0.91 | 0.38 |
| Hex | B8 | 9 | 76 | 0 | 5F | 24 | 1C | 143 | 5B | 26 |
| Octal | 270 | 11 | 166 | 0 | 137 | 44 | 34 | 503 | 133 | 46 |
| Binary | 10111000 | 1001 | 1110110 | 0 | 1011111 | 100100 | 11100 | 101000011 | 1011011 | 100110 |
Color Harmonies of #B80976
Complementary color
Monochromatic Colors of #B80976
Black with #B80976
Text Example
Text Example
White with #B80976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80976; }
p { color: rgb(184,9,118); }
H1.HeaderClassName
{
color: #B80976;
}
.AnyTagClassName
{
color: #B80976;
}
</style>
background-color css
<style>
a { background-color: #B80976; }
a { background-color: rgb(184,9,118); }
div.DivClassName
{
background-color: #B80976;
}
.BgClassName
{
background-color: #B80976;
}
</style>
border-color css
<style>
span { border-color: #B80976; }
span { border-color: rgb(184,9,118); }
td.TdClassName
{
border-color: #B80976;
}
.TagClassName
{
border-color: #B80976;
}
</style>