Shades of Medium Violet Red #B80B78
Tints of Medium Violet Red #B80B78
RGB
CMYK
RGB Variations
Color information
#B80B78 (or 0xB80B78) is known color: Medium Violet Red. HEX triplet: B8, 0B and 78. RGB value is (184,11,120). Sum of RGB (Red+Green+Blue) = 184+11+120=315 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.41% from 315); Green value is 11 (4.69% from 255 or 3.49% from 315); Blue value is 120 (47.27% from 255 or 38.10% from 315); Max value from RGB is 184 - color contains mainly: red. Hex color #B80B78 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80B78 is #47F487. Grayscale: #4A4A4A. Windows color (decimal): -4715656 or 7867320. OLE color: 7867320.
HSL color Cylindrical-coordinate representation of color #B80B78: hue angle of 322.2º 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 #B80B78 is Cyan = 0, Magento = 0.94, Yellow = 0.35 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 11 | 120 | - |
| CMYK | 0 | 0.94 | 0.35 | 0.28 |
| HSL | 322.2º | 0.89% | 0.38% | - |
| HSV(B) | 322.2º | 0.94% | 0.72% | - |
| XYZ | 23.28 | 11.79 | 18.82 | - |
| YUV | 75.15 | 153.31 | 205.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 11 | 120 | 0 | 0.94 | 0.35 | 0.28 | 322.2 | 0.89 | 0.38 |
| Hex | B8 | B | 78 | 0 | 5E | 23 | 1C | 142 | 59 | 26 |
| Octal | 270 | 13 | 170 | 0 | 136 | 43 | 34 | 502 | 131 | 46 |
| Binary | 10111000 | 1011 | 1111000 | 0 | 1011110 | 100011 | 11100 | 101000010 | 1011001 | 100110 |
Color Harmonies of #B80B78
Complementary color
Monochromatic Colors of #B80B78
Black with #B80B78
Text Example
Text Example
White with #B80B78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80B78; }
p { color: rgb(184,11,120); }
H1.HeaderClassName
{
color: #B80B78;
}
.AnyTagClassName
{
color: #B80B78;
}
</style>
background-color css
<style>
a { background-color: #B80B78; }
a { background-color: rgb(184,11,120); }
div.DivClassName
{
background-color: #B80B78;
}
.BgClassName
{
background-color: #B80B78;
}
</style>
border-color css
<style>
span { border-color: #B80B78; }
span { border-color: rgb(184,11,120); }
td.TdClassName
{
border-color: #B80B78;
}
.TagClassName
{
border-color: #B80B78;
}
</style>