Shades of Medium Violet Red #B81982
Tints of Medium Violet Red #B81982
RGB
CMYK
RGB Variations
Color information
#B81982 (or 0xB81982) is known color: Medium Violet Red. HEX triplet: B8, 19 and 82. RGB value is (184,25,130). Sum of RGB (Red+Green+Blue) = 184+25+130=339 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.28% from 339); Green value is 25 (10.16% from 255 or 7.37% from 339); Blue value is 130 (51.17% from 255 or 38.35% from 339); Max value from RGB is 184 - color contains mainly: red. Hex color #B81982 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B81982 is #47E67D. Grayscale: #545454. Windows color (decimal): -4712062 or 8526264. OLE color: 8526264.
HSL color Cylindrical-coordinate representation of color #B81982: hue angle of 320.38º 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 #B81982 is Cyan = 0, Magento = 0.86, Yellow = 0.29 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 25 | 130 | - |
| CMYK | 0 | 0.86 | 0.29 | 0.28 |
| HSL | 320.38º | 0.76% | 0.41% | - |
| HSV(B) | 320.38º | 0.86% | 0.72% | - |
| XYZ | 24.14 | 12.5 | 22.26 | - |
| YUV | 84.51 | 153.68 | 198.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 25 | 130 | 0 | 0.86 | 0.29 | 0.28 | 320.38 | 0.76 | 0.41 |
| Hex | B8 | 19 | 82 | 0 | 56 | 1D | 1C | 140 | 4C | 29 |
| Octal | 270 | 31 | 202 | 0 | 126 | 35 | 34 | 500 | 114 | 51 |
| Binary | 10111000 | 11001 | 10000010 | 0 | 1010110 | 11101 | 11100 | 101000000 | 1001100 | 101001 |
Color Harmonies of #B81982
Complementary color
Monochromatic Colors of #B81982
Black with #B81982
Text Example
Text Example
White with #B81982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81982; }
p { color: rgb(184,25,130); }
H1.HeaderClassName
{
color: #B81982;
}
.AnyTagClassName
{
color: #B81982;
}
</style>
background-color css
<style>
a { background-color: #B81982; }
a { background-color: rgb(184,25,130); }
div.DivClassName
{
background-color: #B81982;
}
.BgClassName
{
background-color: #B81982;
}
</style>
border-color css
<style>
span { border-color: #B81982; }
span { border-color: rgb(184,25,130); }
td.TdClassName
{
border-color: #B81982;
}
.TagClassName
{
border-color: #B81982;
}
</style>