Shades of Medium Violet Red #B80982
Tints of Medium Violet Red #B80982
RGB
CMYK
RGB Variations
Color information
#B80982 (or 0xB80982) is known color: Medium Violet Red. HEX triplet: B8, 09 and 82. RGB value is (184,9,130). Sum of RGB (Red+Green+Blue) = 184+9+130=323 (42% of max value = 765). Red value is 184 (72.27% from 255 or 56.97% from 323); Green value is 9 (3.91% from 255 or 2.79% from 323); Blue value is 130 (51.17% from 255 or 40.25% from 323); Max value from RGB is 184 - color contains mainly: red. Hex color #B80982 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80982 is #47F67D. Grayscale: #4A4A4A. Windows color (decimal): -4716158 or 8522168. OLE color: 8522168.
HSL color Cylindrical-coordinate representation of color #B80982: hue angle of 318.51º 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 #B80982 is Cyan = 0, Magento = 0.95, Yellow = 0.29 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 9 | 130 | - |
| CMYK | 0 | 0.95 | 0.29 | 0.28 |
| HSL | 318.51º | 0.91% | 0.38% | - |
| HSV(B) | 318.51º | 0.95% | 0.72% | - |
| XYZ | 23.89 | 12 | 22.18 | - |
| YUV | 75.12 | 158.98 | 205.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 9 | 130 | 0 | 0.95 | 0.29 | 0.28 | 318.51 | 0.91 | 0.38 |
| Hex | B8 | 9 | 82 | 0 | 5F | 1D | 1C | 13F | 5B | 26 |
| Octal | 270 | 11 | 202 | 0 | 137 | 35 | 34 | 477 | 133 | 46 |
| Binary | 10111000 | 1001 | 10000010 | 0 | 1011111 | 11101 | 11100 | 100111111 | 1011011 | 100110 |
Color Harmonies of #B80982
Complementary color
Monochromatic Colors of #B80982
Black with #B80982
Text Example
Text Example
White with #B80982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80982; }
p { color: rgb(184,9,130); }
H1.HeaderClassName
{
color: #B80982;
}
.AnyTagClassName
{
color: #B80982;
}
</style>
background-color css
<style>
a { background-color: #B80982; }
a { background-color: rgb(184,9,130); }
div.DivClassName
{
background-color: #B80982;
}
.BgClassName
{
background-color: #B80982;
}
</style>
border-color css
<style>
span { border-color: #B80982; }
span { border-color: rgb(184,9,130); }
td.TdClassName
{
border-color: #B80982;
}
.TagClassName
{
border-color: #B80982;
}
</style>