Shades of Medium Violet Red #B80088
Tints of Medium Violet Red #B80088
RGB
CMYK
RGB Variations
Color information
#B80088 (or 0xB80088) is known color: Medium Violet Red. HEX triplet: B8, 00 and 88. RGB value is (184,0,136). Sum of RGB (Red+Green+Blue) = 184+0+136=320 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.5% from 320); Green value is 0 (0.39% from 255 or 0% from 320); Blue value is 136 (53.52% from 255 or 42.5% from 320); Max value from RGB is 184 - color contains mainly: red. Hex color #B80088 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80088 is #47FF77. Grayscale: #464646. Windows color (decimal): -4718456 or 8913080. OLE color: 8913080.
HSL color Cylindrical-coordinate representation of color #B80088: hue angle of 315.65º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B80088 is Cyan = 0, Magento = 1, Yellow = 0.26 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 0 | 136 | - |
| CMYK | 0 | 1 | 0.26 | 0.28 |
| HSL | 315.65º | 1% | 0.36% | - |
| HSV(B) | 315.65º | 1% | 0.72% | - |
| XYZ | 24.21 | 11.97 | 24.33 | - |
| YUV | 70.52 | 164.96 | 208.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 0 | 136 | 0 | 1 | 0.26 | 0.28 | 315.65 | 1 | 0.36 |
| Hex | B8 | 0 | 88 | 0 | 64 | 1A | 1C | 13C | 64 | 24 |
| Octal | 270 | 0 | 210 | 0 | 144 | 32 | 34 | 474 | 144 | 44 |
| Binary | 10111000 | 0 | 10001000 | 0 | 1100100 | 11010 | 11100 | 100111100 | 1100100 | 100100 |
Color Harmonies of #B80088
Complementary color
Monochromatic Colors of #B80088
Black with #B80088
Text Example
Text Example
White with #B80088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80088; }
p { color: rgb(184,0,136); }
H1.HeaderClassName
{
color: #B80088;
}
.AnyTagClassName
{
color: #B80088;
}
</style>
background-color css
<style>
a { background-color: #B80088; }
a { background-color: rgb(184,0,136); }
div.DivClassName
{
background-color: #B80088;
}
.BgClassName
{
background-color: #B80088;
}
</style>
border-color css
<style>
span { border-color: #B80088; }
span { border-color: rgb(184,0,136); }
td.TdClassName
{
border-color: #B80088;
}
.TagClassName
{
border-color: #B80088;
}
</style>