Shades of Medium Violet Red #B80980
Tints of Medium Violet Red #B80980
RGB
CMYK
RGB Variations
Color information
#B80980 (or 0xB80980) is known color: Medium Violet Red. HEX triplet: B8, 09 and 80. RGB value is (184,9,128). Sum of RGB (Red+Green+Blue) = 184+9+128=321 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.32% from 321); Green value is 9 (3.91% from 255 or 2.80% from 321); Blue value is 128 (50.39% from 255 or 39.88% from 321); Max value from RGB is 184 - color contains mainly: red. Hex color #B80980 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80980 is #47F67F. Grayscale: #4A4A4A. Windows color (decimal): -4716160 or 8391096. OLE color: 8391096.
HSL color Cylindrical-coordinate representation of color #B80980: hue angle of 319.2º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B80980 is Cyan = 0, Magento = 0.95, Yellow = 0.30 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 9 | 128 | - |
| CMYK | 0 | 0.95 | 0.30 | 0.28 |
| HSL | 319.2º | 0.91% | 0.38% | - |
| HSV(B) | 319.2º | 0.95% | 0.72% | - |
| XYZ | 23.76 | 11.94 | 21.48 | - |
| YUV | 74.89 | 157.98 | 205.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 9 | 128 | 0 | 0.95 | 0.30 | 0.28 | 319.2 | 0.91 | 0.38 |
| Hex | B8 | 9 | 80 | 0 | 5F | 1E | 1C | 13F | 5B | 26 |
| Octal | 270 | 11 | 200 | 0 | 137 | 36 | 34 | 477 | 133 | 46 |
| Binary | 10111000 | 1001 | 10000000 | 0 | 1011111 | 11110 | 11100 | 100111111 | 1011011 | 100110 |
Color Harmonies of #B80980
Complementary color
Monochromatic Colors of #B80980
Black with #B80980
Text Example
Text Example
White with #B80980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80980; }
p { color: rgb(184,9,128); }
H1.HeaderClassName
{
color: #B80980;
}
.AnyTagClassName
{
color: #B80980;
}
</style>
background-color css
<style>
a { background-color: #B80980; }
a { background-color: rgb(184,9,128); }
div.DivClassName
{
background-color: #B80980;
}
.BgClassName
{
background-color: #B80980;
}
</style>
border-color css
<style>
span { border-color: #B80980; }
span { border-color: rgb(184,9,128); }
td.TdClassName
{
border-color: #B80980;
}
.TagClassName
{
border-color: #B80980;
}
</style>