Shades of Medium Violet Red #B80685
Tints of Medium Violet Red #B80685
RGB
CMYK
RGB Variations
Color information
#B80685 (or 0xB80685) is known color: Medium Violet Red. HEX triplet: B8, 06 and 85. RGB value is (184,6,133). Sum of RGB (Red+Green+Blue) = 184+6+133=323 (42% of max value = 765). Red value is 184 (72.27% from 255 or 56.97% from 323); Green value is 6 (2.73% from 255 or 1.86% from 323); Blue value is 133 (52.34% from 255 or 41.18% from 323); Max value from RGB is 184 - color contains mainly: red. Hex color #B80685 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80685 is #47F97A. Grayscale: #494949. Windows color (decimal): -4716923 or 8718008. OLE color: 8718008.
HSL color Cylindrical-coordinate representation of color #B80685: hue angle of 317.19º degrees, saturation: 0.94, 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 #B80685 is Cyan = 0, Magento = 0.97, Yellow = 0.28 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 6 | 133 | - |
| CMYK | 0 | 0.97 | 0.28 | 0.28 |
| HSL | 317.19º | 0.94% | 0.37% | - |
| HSV(B) | 317.19º | 0.97% | 0.72% | - |
| XYZ | 24.07 | 12.01 | 23.24 | - |
| YUV | 73.7 | 161.47 | 206.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 6 | 133 | 0 | 0.97 | 0.28 | 0.28 | 317.19 | 0.94 | 0.37 |
| Hex | B8 | 6 | 85 | 0 | 61 | 1C | 1C | 13D | 5E | 25 |
| Octal | 270 | 6 | 205 | 0 | 141 | 34 | 34 | 475 | 136 | 45 |
| Binary | 10111000 | 110 | 10000101 | 0 | 1100001 | 11100 | 11100 | 100111101 | 1011110 | 100101 |
Color Harmonies of #B80685
Complementary color
Monochromatic Colors of #B80685
Black with #B80685
Text Example
Text Example
White with #B80685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80685; }
p { color: rgb(184,6,133); }
H1.HeaderClassName
{
color: #B80685;
}
.AnyTagClassName
{
color: #B80685;
}
</style>
background-color css
<style>
a { background-color: #B80685; }
a { background-color: rgb(184,6,133); }
div.DivClassName
{
background-color: #B80685;
}
.BgClassName
{
background-color: #B80685;
}
</style>
border-color css
<style>
span { border-color: #B80685; }
span { border-color: rgb(184,6,133); }
td.TdClassName
{
border-color: #B80685;
}
.TagClassName
{
border-color: #B80685;
}
</style>