Shades of Medium Violet Red #B80387
Tints of Medium Violet Red #B80387
RGB
CMYK
RGB Variations
Color information
#B80387 (or 0xB80387) is known color: Medium Violet Red. HEX triplet: B8, 03 and 87. RGB value is (184,3,135). Sum of RGB (Red+Green+Blue) = 184+3+135=322 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.14% from 322); Green value is 3 (1.56% from 255 or 0.93% from 322); Blue value is 135 (53.12% from 255 or 41.93% from 322); Max value from RGB is 184 - color contains mainly: red. Hex color #B80387 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80387 is #47FC78. Grayscale: #474747. Windows color (decimal): -4717689 or 8848312. OLE color: 8848312.
HSL color Cylindrical-coordinate representation of color #B80387: hue angle of 316.24º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B80387 is Cyan = 0, Magento = 0.98, Yellow = 0.27 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 3 | 135 | - |
| CMYK | 0 | 0.98 | 0.27 | 0.28 |
| HSL | 316.24º | 0.97% | 0.37% | - |
| HSV(B) | 316.24º | 0.98% | 0.72% | - |
| XYZ | 24.17 | 12 | 23.96 | - |
| YUV | 72.17 | 163.47 | 207.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 3 | 135 | 0 | 0.98 | 0.27 | 0.28 | 316.24 | 0.97 | 0.37 |
| Hex | B8 | 3 | 87 | 0 | 62 | 1B | 1C | 13C | 61 | 25 |
| Octal | 270 | 3 | 207 | 0 | 142 | 33 | 34 | 474 | 141 | 45 |
| Binary | 10111000 | 11 | 10000111 | 0 | 1100010 | 11011 | 11100 | 100111100 | 1100001 | 100101 |
Color Harmonies of #B80387
Complementary color
Monochromatic Colors of #B80387
Black with #B80387
Text Example
Text Example
White with #B80387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80387; }
p { color: rgb(184,3,135); }
H1.HeaderClassName
{
color: #B80387;
}
.AnyTagClassName
{
color: #B80387;
}
</style>
background-color css
<style>
a { background-color: #B80387; }
a { background-color: rgb(184,3,135); }
div.DivClassName
{
background-color: #B80387;
}
.BgClassName
{
background-color: #B80387;
}
</style>
border-color css
<style>
span { border-color: #B80387; }
span { border-color: rgb(184,3,135); }
td.TdClassName
{
border-color: #B80387;
}
.TagClassName
{
border-color: #B80387;
}
</style>