Shades of Medium Violet Red #B80988
Tints of Medium Violet Red #B80988
RGB
CMYK
RGB Variations
Color information
#B80988 (or 0xB80988) is known color: Medium Violet Red. HEX triplet: B8, 09 and 88. RGB value is (184,9,136). Sum of RGB (Red+Green+Blue) = 184+9+136=329 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.93% from 329); Green value is 9 (3.91% from 255 or 2.74% from 329); Blue value is 136 (53.52% from 255 or 41.34% from 329); Max value from RGB is 184 - color contains mainly: red. Hex color #B80988 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80988 is #47F677. Grayscale: #4B4B4B. Windows color (decimal): -4716152 or 8915384. OLE color: 8915384.
HSL color Cylindrical-coordinate representation of color #B80988: hue angle of 316.46º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B80988 is Cyan = 0, Magento = 0.95, Yellow = 0.26 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 9 | 136 | - |
| CMYK | 0 | 0.95 | 0.26 | 0.28 |
| HSL | 316.46º | 0.91% | 0.38% | - |
| HSV(B) | 316.46º | 0.95% | 0.72% | - |
| XYZ | 24.31 | 12.16 | 24.36 | - |
| YUV | 75.8 | 161.98 | 205.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 9 | 136 | 0 | 0.95 | 0.26 | 0.28 | 316.46 | 0.91 | 0.38 |
| Hex | B8 | 9 | 88 | 0 | 5F | 1A | 1C | 13C | 5B | 26 |
| Octal | 270 | 11 | 210 | 0 | 137 | 32 | 34 | 474 | 133 | 46 |
| Binary | 10111000 | 1001 | 10001000 | 0 | 1011111 | 11010 | 11100 | 100111100 | 1011011 | 100110 |
Color Harmonies of #B80988
Complementary color
Monochromatic Colors of #B80988
Black with #B80988
Text Example
Text Example
White with #B80988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80988; }
p { color: rgb(184,9,136); }
H1.HeaderClassName
{
color: #B80988;
}
.AnyTagClassName
{
color: #B80988;
}
</style>
background-color css
<style>
a { background-color: #B80988; }
a { background-color: rgb(184,9,136); }
div.DivClassName
{
background-color: #B80988;
}
.BgClassName
{
background-color: #B80988;
}
</style>
border-color css
<style>
span { border-color: #B80988; }
span { border-color: rgb(184,9,136); }
td.TdClassName
{
border-color: #B80988;
}
.TagClassName
{
border-color: #B80988;
}
</style>