Shades of Medium Violet Red #B80785
Tints of Medium Violet Red #B80785
RGB
CMYK
RGB Variations
Color information
#B80785 (or 0xB80785) is known color: Medium Violet Red. HEX triplet: B8, 07 and 85. RGB value is (184,7,133). Sum of RGB (Red+Green+Blue) = 184+7+133=324 (42% of max value = 765). Red value is 184 (72.27% from 255 or 56.79% from 324); Green value is 7 (3.12% from 255 or 2.16% from 324); Blue value is 133 (52.34% from 255 or 41.05% from 324); Max value from RGB is 184 - color contains mainly: red. Hex color #B80785 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80785 is #47F87A. Grayscale: #494949. Windows color (decimal): -4716667 or 8718264. OLE color: 8718264.
HSL color Cylindrical-coordinate representation of color #B80785: hue angle of 317.29º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B80785 is Cyan = 0, Magento = 0.96, Yellow = 0.28 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 7 | 133 | - |
| CMYK | 0 | 0.96 | 0.28 | 0.28 |
| HSL | 317.29º | 0.93% | 0.37% | - |
| HSV(B) | 317.29º | 0.96% | 0.72% | - |
| XYZ | 24.08 | 12.04 | 23.24 | - |
| YUV | 74.29 | 161.14 | 206.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 7 | 133 | 0 | 0.96 | 0.28 | 0.28 | 317.29 | 0.93 | 0.37 |
| Hex | B8 | 7 | 85 | 0 | 60 | 1C | 1C | 13D | 5D | 25 |
| Octal | 270 | 7 | 205 | 0 | 140 | 34 | 34 | 475 | 135 | 45 |
| Binary | 10111000 | 111 | 10000101 | 0 | 1100000 | 11100 | 11100 | 100111101 | 1011101 | 100101 |
Color Harmonies of #B80785
Complementary color
Monochromatic Colors of #B80785
Black with #B80785
Text Example
Text Example
White with #B80785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80785; }
p { color: rgb(184,7,133); }
H1.HeaderClassName
{
color: #B80785;
}
.AnyTagClassName
{
color: #B80785;
}
</style>
background-color css
<style>
a { background-color: #B80785; }
a { background-color: rgb(184,7,133); }
div.DivClassName
{
background-color: #B80785;
}
.BgClassName
{
background-color: #B80785;
}
</style>
border-color css
<style>
span { border-color: #B80785; }
span { border-color: rgb(184,7,133); }
td.TdClassName
{
border-color: #B80785;
}
.TagClassName
{
border-color: #B80785;
}
</style>