Shades of Medium Violet Red #B80B7C
Tints of Medium Violet Red #B80B7C
RGB
CMYK
RGB Variations
Color information
#B80B7C (or 0xB80B7C) is known color: Medium Violet Red. HEX triplet: B8, 0B and 7C. RGB value is (184,11,124). Sum of RGB (Red+Green+Blue) = 184+11+124=319 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.68% from 319); Green value is 11 (4.69% from 255 or 3.45% from 319); Blue value is 124 (48.83% from 255 or 38.87% from 319); Max value from RGB is 184 - color contains mainly: red. Hex color #B80B7C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80B7C is #47F483. Grayscale: #4B4B4B. Windows color (decimal): -4715652 or 8129464. OLE color: 8129464.
HSL color Cylindrical-coordinate representation of color #B80B7C: hue angle of 320.81º 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 #B80B7C is Cyan = 0, Magento = 0.94, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 11 | 124 | - |
| CMYK | 0 | 0.94 | 0.33 | 0.28 |
| HSL | 320.81º | 0.89% | 0.38% | - |
| HSV(B) | 320.81º | 0.94% | 0.72% | - |
| XYZ | 23.52 | 11.88 | 20.12 | - |
| YUV | 75.61 | 155.31 | 205.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 11 | 124 | 0 | 0.94 | 0.33 | 0.28 | 320.81 | 0.89 | 0.38 |
| Hex | B8 | B | 7C | 0 | 5E | 21 | 1C | 141 | 59 | 26 |
| Octal | 270 | 13 | 174 | 0 | 136 | 41 | 34 | 501 | 131 | 46 |
| Binary | 10111000 | 1011 | 1111100 | 0 | 1011110 | 100001 | 11100 | 101000001 | 1011001 | 100110 |
Color Harmonies of #B80B7C
Complementary color
Monochromatic Colors of #B80B7C
Black with #B80B7C
Text Example
Text Example
White with #B80B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80B7C; }
p { color: rgb(184,11,124); }
H1.HeaderClassName
{
color: #B80B7C;
}
.AnyTagClassName
{
color: #B80B7C;
}
</style>
background-color css
<style>
a { background-color: #B80B7C; }
a { background-color: rgb(184,11,124); }
div.DivClassName
{
background-color: #B80B7C;
}
.BgClassName
{
background-color: #B80B7C;
}
</style>
border-color css
<style>
span { border-color: #B80B7C; }
span { border-color: rgb(184,11,124); }
td.TdClassName
{
border-color: #B80B7C;
}
.TagClassName
{
border-color: #B80B7C;
}
</style>