Shades of Medium Violet Red #B80585
Tints of Medium Violet Red #B80585
RGB
CMYK
RGB Variations
Color information
#B80585 (or 0xB80585) is known color: Medium Violet Red. HEX triplet: B8, 05 and 85. RGB value is (184,5,133). Sum of RGB (Red+Green+Blue) = 184+5+133=322 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.14% from 322); Green value is 5 (2.34% from 255 or 1.55% from 322); Blue value is 133 (52.34% from 255 or 41.30% from 322); Max value from RGB is 184 - color contains mainly: red. Hex color #B80585 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80585 is #47FA7A. Grayscale: #484848. Windows color (decimal): -4717179 or 8717752. OLE color: 8717752.
HSL color Cylindrical-coordinate representation of color #B80585: hue angle of 317.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 #B80585 is Cyan = 0, Magento = 0.97, Yellow = 0.28 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 5 | 133 | - |
| CMYK | 0 | 0.97 | 0.28 | 0.28 |
| HSL | 317.1º | 0.95% | 0.37% | - |
| HSV(B) | 317.1º | 0.97% | 0.72% | - |
| XYZ | 24.06 | 11.99 | 23.24 | - |
| YUV | 73.11 | 161.8 | 207.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 5 | 133 | 0 | 0.97 | 0.28 | 0.28 | 317.1 | 0.95 | 0.37 |
| Hex | B8 | 5 | 85 | 0 | 61 | 1C | 1C | 13D | 5F | 25 |
| Octal | 270 | 5 | 205 | 0 | 141 | 34 | 34 | 475 | 137 | 45 |
| Binary | 10111000 | 101 | 10000101 | 0 | 1100001 | 11100 | 11100 | 100111101 | 1011111 | 100101 |
Color Harmonies of #B80585
Complementary color
Monochromatic Colors of #B80585
Black with #B80585
Text Example
Text Example
White with #B80585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80585; }
p { color: rgb(184,5,133); }
H1.HeaderClassName
{
color: #B80585;
}
.AnyTagClassName
{
color: #B80585;
}
</style>
background-color css
<style>
a { background-color: #B80585; }
a { background-color: rgb(184,5,133); }
div.DivClassName
{
background-color: #B80585;
}
.BgClassName
{
background-color: #B80585;
}
</style>
border-color css
<style>
span { border-color: #B80585; }
span { border-color: rgb(184,5,133); }
td.TdClassName
{
border-color: #B80585;
}
.TagClassName
{
border-color: #B80585;
}
</style>