Shades of Medium Violet Red #B80B8C
Tints of Medium Violet Red #B80B8C
RGB
CMYK
RGB Variations
Color information
#B80B8C (or 0xB80B8C) is known color: Medium Violet Red. HEX triplet: B8, 0B and 8C. RGB value is (184,11,140). Sum of RGB (Red+Green+Blue) = 184+11+140=335 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.93% from 335); Green value is 11 (4.69% from 255 or 3.28% from 335); Blue value is 140 (55.08% from 255 or 41.79% from 335); Max value from RGB is 184 - color contains mainly: red. Hex color #B80B8C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80B8C is #47F473. Grayscale: #4D4D4D. Windows color (decimal): -4715636 or 9178040. OLE color: 9178040.
HSL color Cylindrical-coordinate representation of color #B80B8C: hue angle of 315.26º 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 #B80B8C is Cyan = 0, Magento = 0.94, Yellow = 0.24 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 11 | 140 | - |
| CMYK | 0 | 0.94 | 0.24 | 0.28 |
| HSL | 315.26º | 0.89% | 0.38% | - |
| HSV(B) | 315.26º | 0.94% | 0.72% | - |
| XYZ | 24.62 | 12.32 | 25.89 | - |
| YUV | 77.43 | 163.31 | 204.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 11 | 140 | 0 | 0.94 | 0.24 | 0.28 | 315.26 | 0.89 | 0.38 |
| Hex | B8 | B | 8C | 0 | 5E | 18 | 1C | 13B | 59 | 26 |
| Octal | 270 | 13 | 214 | 0 | 136 | 30 | 34 | 473 | 131 | 46 |
| Binary | 10111000 | 1011 | 10001100 | 0 | 1011110 | 11000 | 11100 | 100111011 | 1011001 | 100110 |
Color Harmonies of #B80B8C
Complementary color
Monochromatic Colors of #B80B8C
Black with #B80B8C
Text Example
Text Example
White with #B80B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80B8C; }
p { color: rgb(184,11,140); }
H1.HeaderClassName
{
color: #B80B8C;
}
.AnyTagClassName
{
color: #B80B8C;
}
</style>
background-color css
<style>
a { background-color: #B80B8C; }
a { background-color: rgb(184,11,140); }
div.DivClassName
{
background-color: #B80B8C;
}
.BgClassName
{
background-color: #B80B8C;
}
</style>
border-color css
<style>
span { border-color: #B80B8C; }
span { border-color: rgb(184,11,140); }
td.TdClassName
{
border-color: #B80B8C;
}
.TagClassName
{
border-color: #B80B8C;
}
</style>