Shades of Medium Violet Red #B80681
Tints of Medium Violet Red #B80681
RGB
CMYK
RGB Variations
Color information
#B80681 (or 0xB80681) is known color: Medium Violet Red. HEX triplet: B8, 06 and 81. RGB value is (184,6,129). Sum of RGB (Red+Green+Blue) = 184+6+129=319 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.68% from 319); Green value is 6 (2.73% from 255 or 1.88% from 319); Blue value is 129 (50.78% from 255 or 40.44% from 319); Max value from RGB is 184 - color contains mainly: red. Hex color #B80681 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80681 is #47F97E. Grayscale: #484848. Windows color (decimal): -4716927 or 8455864. OLE color: 8455864.
HSL color Cylindrical-coordinate representation of color #B80681: hue angle of 318.54º 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 #B80681 is Cyan = 0, Magento = 0.97, Yellow = 0.30 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 6 | 129 | - |
| CMYK | 0 | 0.97 | 0.30 | 0.28 |
| HSL | 318.54º | 0.94% | 0.37% | - |
| HSV(B) | 318.54º | 0.97% | 0.72% | - |
| XYZ | 23.79 | 11.91 | 21.81 | - |
| YUV | 73.24 | 159.47 | 207 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 6 | 129 | 0 | 0.97 | 0.30 | 0.28 | 318.54 | 0.94 | 0.37 |
| Hex | B8 | 6 | 81 | 0 | 61 | 1E | 1C | 13F | 5E | 25 |
| Octal | 270 | 6 | 201 | 0 | 141 | 36 | 34 | 477 | 136 | 45 |
| Binary | 10111000 | 110 | 10000001 | 0 | 1100001 | 11110 | 11100 | 100111111 | 1011110 | 100101 |
Color Harmonies of #B80681
Complementary color
Monochromatic Colors of #B80681
Black with #B80681
Text Example
Text Example
White with #B80681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80681; }
p { color: rgb(184,6,129); }
H1.HeaderClassName
{
color: #B80681;
}
.AnyTagClassName
{
color: #B80681;
}
</style>
background-color css
<style>
a { background-color: #B80681; }
a { background-color: rgb(184,6,129); }
div.DivClassName
{
background-color: #B80681;
}
.BgClassName
{
background-color: #B80681;
}
</style>
border-color css
<style>
span { border-color: #B80681; }
span { border-color: rgb(184,6,129); }
td.TdClassName
{
border-color: #B80681;
}
.TagClassName
{
border-color: #B80681;
}
</style>