Shades of Medium Violet Red #B80B80
Tints of Medium Violet Red #B80B80
RGB
CMYK
RGB Variations
Color information
#B80B80 (or 0xB80B80) is known color: Medium Violet Red. HEX triplet: B8, 0B and 80. RGB value is (184,11,128). Sum of RGB (Red+Green+Blue) = 184+11+128=323 (42% of max value = 765). Red value is 184 (72.27% from 255 or 56.97% from 323); Green value is 11 (4.69% from 255 or 3.41% from 323); Blue value is 128 (50.39% from 255 or 39.63% from 323); Max value from RGB is 184 - color contains mainly: red. Hex color #B80B80 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80B80 is #47F47F. Grayscale: #4B4B4B. Windows color (decimal): -4715648 or 8391608. OLE color: 8391608.
HSL color Cylindrical-coordinate representation of color #B80B80: hue angle of 319.42º 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 #B80B80 is Cyan = 0, Magento = 0.94, Yellow = 0.30 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 11 | 128 | - |
| CMYK | 0 | 0.94 | 0.30 | 0.28 |
| HSL | 319.42º | 0.89% | 0.38% | - |
| HSV(B) | 319.42º | 0.94% | 0.72% | - |
| XYZ | 23.78 | 11.99 | 21.48 | - |
| YUV | 76.07 | 157.31 | 204.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 11 | 128 | 0 | 0.94 | 0.30 | 0.28 | 319.42 | 0.89 | 0.38 |
| Hex | B8 | B | 80 | 0 | 5E | 1E | 1C | 13F | 59 | 26 |
| Octal | 270 | 13 | 200 | 0 | 136 | 36 | 34 | 477 | 131 | 46 |
| Binary | 10111000 | 1011 | 10000000 | 0 | 1011110 | 11110 | 11100 | 100111111 | 1011001 | 100110 |
Color Harmonies of #B80B80
Complementary color
Monochromatic Colors of #B80B80
Black with #B80B80
Text Example
Text Example
White with #B80B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80B80; }
p { color: rgb(184,11,128); }
H1.HeaderClassName
{
color: #B80B80;
}
.AnyTagClassName
{
color: #B80B80;
}
</style>
background-color css
<style>
a { background-color: #B80B80; }
a { background-color: rgb(184,11,128); }
div.DivClassName
{
background-color: #B80B80;
}
.BgClassName
{
background-color: #B80B80;
}
</style>
border-color css
<style>
span { border-color: #B80B80; }
span { border-color: rgb(184,11,128); }
td.TdClassName
{
border-color: #B80B80;
}
.TagClassName
{
border-color: #B80B80;
}
</style>