Shades of Medium Violet Red #B80B89
Tints of Medium Violet Red #B80B89
RGB
CMYK
RGB Variations
Color information
#B80B89 (or 0xB80B89) is known color: Medium Violet Red. HEX triplet: B8, 0B and 89. RGB value is (184,11,137). Sum of RGB (Red+Green+Blue) = 184+11+137=332 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.42% from 332); Green value is 11 (4.69% from 255 or 3.31% from 332); Blue value is 137 (53.91% from 255 or 41.27% from 332); Max value from RGB is 184 - color contains mainly: red. Hex color #B80B89 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80B89 is #47F476. Grayscale: #4C4C4C. Windows color (decimal): -4715639 or 8981432. OLE color: 8981432.
HSL color Cylindrical-coordinate representation of color #B80B89: hue angle of 316.3º 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 #B80B89 is Cyan = 0, Magento = 0.94, Yellow = 0.26 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 11 | 137 | - |
| CMYK | 0 | 0.94 | 0.26 | 0.28 |
| HSL | 316.3º | 0.89% | 0.38% | - |
| HSV(B) | 316.3º | 0.94% | 0.72% | - |
| XYZ | 24.4 | 12.24 | 24.74 | - |
| YUV | 77.09 | 161.81 | 204.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 11 | 137 | 0 | 0.94 | 0.26 | 0.28 | 316.3 | 0.89 | 0.38 |
| Hex | B8 | B | 89 | 0 | 5E | 1A | 1C | 13C | 59 | 26 |
| Octal | 270 | 13 | 211 | 0 | 136 | 32 | 34 | 474 | 131 | 46 |
| Binary | 10111000 | 1011 | 10001001 | 0 | 1011110 | 11010 | 11100 | 100111100 | 1011001 | 100110 |
Color Harmonies of #B80B89
Complementary color
Monochromatic Colors of #B80B89
Black with #B80B89
Text Example
Text Example
White with #B80B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80B89; }
p { color: rgb(184,11,137); }
H1.HeaderClassName
{
color: #B80B89;
}
.AnyTagClassName
{
color: #B80B89;
}
</style>
background-color css
<style>
a { background-color: #B80B89; }
a { background-color: rgb(184,11,137); }
div.DivClassName
{
background-color: #B80B89;
}
.BgClassName
{
background-color: #B80B89;
}
</style>
border-color css
<style>
span { border-color: #B80B89; }
span { border-color: rgb(184,11,137); }
td.TdClassName
{
border-color: #B80B89;
}
.TagClassName
{
border-color: #B80B89;
}
</style>