Shades of Medium Violet Red #B80889
Tints of Medium Violet Red #B80889
RGB
CMYK
RGB Variations
Color information
#B80889 (or 0xB80889) is known color: Medium Violet Red. HEX triplet: B8, 08 and 89. RGB value is (184,8,137). Sum of RGB (Red+Green+Blue) = 184+8+137=329 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.93% from 329); Green value is 8 (3.52% from 255 or 2.43% from 329); Blue value is 137 (53.91% from 255 or 41.64% from 329); Max value from RGB is 184 - color contains mainly: red. Hex color #B80889 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80889 is #47F776. Grayscale: #4A4A4A. Windows color (decimal): -4716407 or 8980664. OLE color: 8980664.
HSL color Cylindrical-coordinate representation of color #B80889: hue angle of 316.02º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B80889 is Cyan = 0, Magento = 0.96, Yellow = 0.26 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 8 | 137 | - |
| CMYK | 0 | 0.96 | 0.26 | 0.28 |
| HSL | 316.02º | 0.92% | 0.38% | - |
| HSV(B) | 316.02º | 0.96% | 0.72% | - |
| XYZ | 24.37 | 12.17 | 24.73 | - |
| YUV | 75.33 | 162.81 | 205.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 8 | 137 | 0 | 0.96 | 0.26 | 0.28 | 316.02 | 0.92 | 0.38 |
| Hex | B8 | 8 | 89 | 0 | 60 | 1A | 1C | 13C | 5C | 26 |
| Octal | 270 | 10 | 211 | 0 | 140 | 32 | 34 | 474 | 134 | 46 |
| Binary | 10111000 | 1000 | 10001001 | 0 | 1100000 | 11010 | 11100 | 100111100 | 1011100 | 100110 |
Color Harmonies of #B80889
Complementary color
Monochromatic Colors of #B80889
Black with #B80889
Text Example
Text Example
White with #B80889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80889; }
p { color: rgb(184,8,137); }
H1.HeaderClassName
{
color: #B80889;
}
.AnyTagClassName
{
color: #B80889;
}
</style>
background-color css
<style>
a { background-color: #B80889; }
a { background-color: rgb(184,8,137); }
div.DivClassName
{
background-color: #B80889;
}
.BgClassName
{
background-color: #B80889;
}
</style>
border-color css
<style>
span { border-color: #B80889; }
span { border-color: rgb(184,8,137); }
td.TdClassName
{
border-color: #B80889;
}
.TagClassName
{
border-color: #B80889;
}
</style>