Shades of Medium Violet Red #B80085
Tints of Medium Violet Red #B80085
RGB
CMYK
RGB Variations
Color information
#B80085 (or 0xB80085) is known color: Medium Violet Red. HEX triplet: B8, 00 and 85. RGB value is (184,0,133). Sum of RGB (Red+Green+Blue) = 184+0+133=317 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.04% from 317); Green value is 0 (0.39% from 255 or 0% from 317); Blue value is 133 (52.34% from 255 or 41.96% from 317); Max value from RGB is 184 - color contains mainly: red. Hex color #B80085 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80085 is #47FF7A. Grayscale: #454545. Windows color (decimal): -4718459 or 8716472. OLE color: 8716472.
HSL color Cylindrical-coordinate representation of color #B80085: hue angle of 316.63º 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 #B80085 is Cyan = 0, Magento = 1, Yellow = 0.28 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 0 | 133 | - |
| CMYK | 0 | 1 | 0.28 | 0.28 |
| HSL | 316.63º | 1% | 0.36% | - |
| HSV(B) | 316.63º | 1% | 0.72% | - |
| XYZ | 24 | 11.88 | 23.22 | - |
| YUV | 70.18 | 163.46 | 209.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 0 | 133 | 0 | 1 | 0.28 | 0.28 | 316.63 | 1 | 0.36 |
| Hex | B8 | 0 | 85 | 0 | 64 | 1C | 1C | 13D | 64 | 24 |
| Octal | 270 | 0 | 205 | 0 | 144 | 34 | 34 | 475 | 144 | 44 |
| Binary | 10111000 | 0 | 10000101 | 0 | 1100100 | 11100 | 11100 | 100111101 | 1100100 | 100100 |
Color Harmonies of #B80085
Complementary color
Monochromatic Colors of #B80085
Black with #B80085
Text Example
Text Example
White with #B80085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80085; }
p { color: rgb(184,0,133); }
H1.HeaderClassName
{
color: #B80085;
}
.AnyTagClassName
{
color: #B80085;
}
</style>
background-color css
<style>
a { background-color: #B80085; }
a { background-color: rgb(184,0,133); }
div.DivClassName
{
background-color: #B80085;
}
.BgClassName
{
background-color: #B80085;
}
</style>
border-color css
<style>
span { border-color: #B80085; }
span { border-color: rgb(184,0,133); }
td.TdClassName
{
border-color: #B80085;
}
.TagClassName
{
border-color: #B80085;
}
</style>