Shades of Medium Violet Red #B80588
Tints of Medium Violet Red #B80588
RGB
CMYK
RGB Variations
Color information
#B80588 (or 0xB80588) is known color: Medium Violet Red. HEX triplet: B8, 05 and 88. RGB value is (184,5,136). Sum of RGB (Red+Green+Blue) = 184+5+136=325 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.62% from 325); Green value is 5 (2.34% from 255 or 1.54% from 325); Blue value is 136 (53.52% from 255 or 41.85% from 325); Max value from RGB is 184 - color contains mainly: red. Hex color #B80588 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80588 is #47FA77. Grayscale: #494949. Windows color (decimal): -4717176 or 8914360. OLE color: 8914360.
HSL color Cylindrical-coordinate representation of color #B80588: hue angle of 316.09º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B80588 is Cyan = 0, Magento = 0.97, Yellow = 0.26 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 5 | 136 | - |
| CMYK | 0 | 0.97 | 0.26 | 0.28 |
| HSL | 316.09º | 0.95% | 0.37% | - |
| HSV(B) | 316.09º | 0.97% | 0.72% | - |
| XYZ | 24.27 | 12.08 | 24.34 | - |
| YUV | 73.46 | 163.3 | 206.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 5 | 136 | 0 | 0.97 | 0.26 | 0.28 | 316.09 | 0.95 | 0.37 |
| Hex | B8 | 5 | 88 | 0 | 61 | 1A | 1C | 13C | 5F | 25 |
| Octal | 270 | 5 | 210 | 0 | 141 | 32 | 34 | 474 | 137 | 45 |
| Binary | 10111000 | 101 | 10001000 | 0 | 1100001 | 11010 | 11100 | 100111100 | 1011111 | 100101 |
Color Harmonies of #B80588
Complementary color
Monochromatic Colors of #B80588
Black with #B80588
Text Example
Text Example
White with #B80588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80588; }
p { color: rgb(184,5,136); }
H1.HeaderClassName
{
color: #B80588;
}
.AnyTagClassName
{
color: #B80588;
}
</style>
background-color css
<style>
a { background-color: #B80588; }
a { background-color: rgb(184,5,136); }
div.DivClassName
{
background-color: #B80588;
}
.BgClassName
{
background-color: #B80588;
}
</style>
border-color css
<style>
span { border-color: #B80588; }
span { border-color: rgb(184,5,136); }
td.TdClassName
{
border-color: #B80588;
}
.TagClassName
{
border-color: #B80588;
}
</style>