Shades of Medium Violet Red #B80B74
Tints of Medium Violet Red #B80B74
RGB
CMYK
RGB Variations
Color information
#B80B74 (or 0xB80B74) is known color: Medium Violet Red. HEX triplet: B8, 0B and 74. RGB value is (184,11,116). Sum of RGB (Red+Green+Blue) = 184+11+116=311 (41% of max value = 765). Red value is 184 (72.27% from 255 or 59.16% from 311); Green value is 11 (4.69% from 255 or 3.54% from 311); Blue value is 116 (45.70% from 255 or 37.30% from 311); Max value from RGB is 184 - color contains mainly: red. Hex color #B80B74 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80B74 is #47F48B. Grayscale: #4A4A4A. Windows color (decimal): -4715660 or 7605176. OLE color: 7605176.
HSL color Cylindrical-coordinate representation of color #B80B74: hue angle of 323.58º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B80B74 is Cyan = 0, Magento = 0.94, Yellow = 0.37 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 11 | 116 | - |
| CMYK | 0 | 0.94 | 0.37 | 0.28 |
| HSL | 323.58º | 0.89% | 0.38% | - |
| HSV(B) | 323.58º | 0.94% | 0.72% | - |
| XYZ | 23.04 | 11.69 | 17.57 | - |
| YUV | 74.7 | 151.31 | 205.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 11 | 116 | 0 | 0.94 | 0.37 | 0.28 | 323.58 | 0.89 | 0.38 |
| Hex | B8 | B | 74 | 0 | 5E | 25 | 1C | 144 | 59 | 26 |
| Octal | 270 | 13 | 164 | 0 | 136 | 45 | 34 | 504 | 131 | 46 |
| Binary | 10111000 | 1011 | 1110100 | 0 | 1011110 | 100101 | 11100 | 101000100 | 1011001 | 100110 |
Color Harmonies of #B80B74
Complementary color
Monochromatic Colors of #B80B74
Black with #B80B74
Text Example
Text Example
White with #B80B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80B74; }
p { color: rgb(184,11,116); }
H1.HeaderClassName
{
color: #B80B74;
}
.AnyTagClassName
{
color: #B80B74;
}
</style>
background-color css
<style>
a { background-color: #B80B74; }
a { background-color: rgb(184,11,116); }
div.DivClassName
{
background-color: #B80B74;
}
.BgClassName
{
background-color: #B80B74;
}
</style>
border-color css
<style>
span { border-color: #B80B74; }
span { border-color: rgb(184,11,116); }
td.TdClassName
{
border-color: #B80B74;
}
.TagClassName
{
border-color: #B80B74;
}
</style>