Shades of Medium Violet Red #B80087
Tints of Medium Violet Red #B80087
RGB
CMYK
RGB Variations
Color information
#B80087 (or 0xB80087) is known color: Medium Violet Red. HEX triplet: B8, 00 and 87. RGB value is (184,0,135). Sum of RGB (Red+Green+Blue) = 184+0+135=319 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.68% from 319); Green value is 0 (0.39% from 255 or 0% from 319); Blue value is 135 (53.12% from 255 or 42.32% from 319); Max value from RGB is 184 - color contains mainly: red. Hex color #B80087 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80087 is #47FF78. Grayscale: #464646. Windows color (decimal): -4718457 or 8847544. OLE color: 8847544.
HSL color Cylindrical-coordinate representation of color #B80087: hue angle of 315.98º 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 #B80087 is Cyan = 0, Magento = 1, Yellow = 0.27 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 0 | 135 | - |
| CMYK | 0 | 1 | 0.27 | 0.28 |
| HSL | 315.98º | 1% | 0.36% | - |
| HSV(B) | 315.98º | 1% | 0.72% | - |
| XYZ | 24.14 | 11.94 | 23.95 | - |
| YUV | 70.41 | 164.46 | 209.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 0 | 135 | 0 | 1 | 0.27 | 0.28 | 315.98 | 1 | 0.36 |
| Hex | B8 | 0 | 87 | 0 | 64 | 1B | 1C | 13C | 64 | 24 |
| Octal | 270 | 0 | 207 | 0 | 144 | 33 | 34 | 474 | 144 | 44 |
| Binary | 10111000 | 0 | 10000111 | 0 | 1100100 | 11011 | 11100 | 100111100 | 1100100 | 100100 |
Color Harmonies of #B80087
Complementary color
Monochromatic Colors of #B80087
Black with #B80087
Text Example
Text Example
White with #B80087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80087; }
p { color: rgb(184,0,135); }
H1.HeaderClassName
{
color: #B80087;
}
.AnyTagClassName
{
color: #B80087;
}
</style>
background-color css
<style>
a { background-color: #B80087; }
a { background-color: rgb(184,0,135); }
div.DivClassName
{
background-color: #B80087;
}
.BgClassName
{
background-color: #B80087;
}
</style>
border-color css
<style>
span { border-color: #B80087; }
span { border-color: rgb(184,0,135); }
td.TdClassName
{
border-color: #B80087;
}
.TagClassName
{
border-color: #B80087;
}
</style>