Shades of Medium Violet Red #B80188
Tints of Medium Violet Red #B80188
RGB
CMYK
RGB Variations
Color information
#B80188 (or 0xB80188) is known color: Medium Violet Red. HEX triplet: B8, 01 and 88. RGB value is (184,1,136). Sum of RGB (Red+Green+Blue) = 184+1+136=321 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.32% from 321); Green value is 1 (0.78% from 255 or 0.31% from 321); Blue value is 136 (53.52% from 255 or 42.37% from 321); Max value from RGB is 184 - color contains mainly: red. Hex color #B80188 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80188 is #47FE77. Grayscale: #464646. Windows color (decimal): -4718200 or 8913336. OLE color: 8913336.
HSL color Cylindrical-coordinate representation of color #B80188: hue angle of 315.74º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B80188 is Cyan = 0, Magento = 0.99, Yellow = 0.26 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 1 | 136 | - |
| CMYK | 0 | 0.99 | 0.26 | 0.28 |
| HSL | 315.74º | 0.99% | 0.36% | - |
| HSV(B) | 315.74º | 0.99% | 0.72% | - |
| XYZ | 24.22 | 11.99 | 24.33 | - |
| YUV | 71.11 | 164.63 | 208.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 1 | 136 | 0 | 0.99 | 0.26 | 0.28 | 315.74 | 0.99 | 0.36 |
| Hex | B8 | 1 | 88 | 0 | 63 | 1A | 1C | 13C | 63 | 24 |
| Octal | 270 | 1 | 210 | 0 | 143 | 32 | 34 | 474 | 143 | 44 |
| Binary | 10111000 | 1 | 10001000 | 0 | 1100011 | 11010 | 11100 | 100111100 | 1100011 | 100100 |
Color Harmonies of #B80188
Complementary color
Monochromatic Colors of #B80188
Black with #B80188
Text Example
Text Example
White with #B80188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80188; }
p { color: rgb(184,1,136); }
H1.HeaderClassName
{
color: #B80188;
}
.AnyTagClassName
{
color: #B80188;
}
</style>
background-color css
<style>
a { background-color: #B80188; }
a { background-color: rgb(184,1,136); }
div.DivClassName
{
background-color: #B80188;
}
.BgClassName
{
background-color: #B80188;
}
</style>
border-color css
<style>
span { border-color: #B80188; }
span { border-color: rgb(184,1,136); }
td.TdClassName
{
border-color: #B80188;
}
.TagClassName
{
border-color: #B80188;
}
</style>