Shades of Medium Violet Red #B81980
Tints of Medium Violet Red #B81980
RGB
CMYK
RGB Variations
Color information
#B81980 (or 0xB81980) is known color: Medium Violet Red. HEX triplet: B8, 19 and 80. RGB value is (184,25,128). Sum of RGB (Red+Green+Blue) = 184+25+128=337 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.60% from 337); Green value is 25 (10.16% from 255 or 7.42% from 337); Blue value is 128 (50.39% from 255 or 37.98% from 337); Max value from RGB is 184 - color contains mainly: red. Hex color #B81980 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B81980 is #47E67F. Grayscale: #545454. Windows color (decimal): -4712064 or 8395192. OLE color: 8395192.
HSL color Cylindrical-coordinate representation of color #B81980: hue angle of 321.13º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B81980 is Cyan = 0, Magento = 0.86, Yellow = 0.30 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 25 | 128 | - |
| CMYK | 0 | 0.86 | 0.30 | 0.28 |
| HSL | 321.13º | 0.76% | 0.41% | - |
| HSV(B) | 321.13º | 0.86% | 0.72% | - |
| XYZ | 24.01 | 12.44 | 21.56 | - |
| YUV | 84.28 | 152.68 | 199.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 25 | 128 | 0 | 0.86 | 0.30 | 0.28 | 321.13 | 0.76 | 0.41 |
| Hex | B8 | 19 | 80 | 0 | 56 | 1E | 1C | 141 | 4C | 29 |
| Octal | 270 | 31 | 200 | 0 | 126 | 36 | 34 | 501 | 114 | 51 |
| Binary | 10111000 | 11001 | 10000000 | 0 | 1010110 | 11110 | 11100 | 101000001 | 1001100 | 101001 |
Color Harmonies of #B81980
Complementary color
Monochromatic Colors of #B81980
Black with #B81980
Text Example
Text Example
White with #B81980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81980; }
p { color: rgb(184,25,128); }
H1.HeaderClassName
{
color: #B81980;
}
.AnyTagClassName
{
color: #B81980;
}
</style>
background-color css
<style>
a { background-color: #B81980; }
a { background-color: rgb(184,25,128); }
div.DivClassName
{
background-color: #B81980;
}
.BgClassName
{
background-color: #B81980;
}
</style>
border-color css
<style>
span { border-color: #B81980; }
span { border-color: rgb(184,25,128); }
td.TdClassName
{
border-color: #B81980;
}
.TagClassName
{
border-color: #B81980;
}
</style>