Shades of Medium Violet Red #B81990
Tints of Medium Violet Red #B81990
RGB
CMYK
RGB Variations
Color information
#B81990 (or 0xB81990) is known color: Medium Violet Red. HEX triplet: B8, 19 and 90. RGB value is (184,25,144). Sum of RGB (Red+Green+Blue) = 184+25+144=353 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.12% from 353); Green value is 25 (10.16% from 255 or 7.08% from 353); Blue value is 144 (56.64% from 255 or 40.79% from 353); Max value from RGB is 184 - color contains mainly: red. Hex color #B81990 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B81990 is #47E66F. Grayscale: #555555. Windows color (decimal): -4712048 or 9443768. OLE color: 9443768.
HSL color Cylindrical-coordinate representation of color #B81990: hue angle of 315.09º 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 #B81990 is Cyan = 0, Magento = 0.86, Yellow = 0.22 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 25 | 144 | - |
| CMYK | 0 | 0.86 | 0.22 | 0.28 |
| HSL | 315.09º | 0.76% | 0.41% | - |
| HSV(B) | 315.09º | 0.86% | 0.72% | - |
| XYZ | 25.15 | 12.9 | 27.55 | - |
| YUV | 86.11 | 160.68 | 197.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 25 | 144 | 0 | 0.86 | 0.22 | 0.28 | 315.09 | 0.76 | 0.41 |
| Hex | B8 | 19 | 90 | 0 | 56 | 16 | 1C | 13B | 4C | 29 |
| Octal | 270 | 31 | 220 | 0 | 126 | 26 | 34 | 473 | 114 | 51 |
| Binary | 10111000 | 11001 | 10010000 | 0 | 1010110 | 10110 | 11100 | 100111011 | 1001100 | 101001 |
Color Harmonies of #B81990
Complementary color
Monochromatic Colors of #B81990
Black with #B81990
Text Example
Text Example
White with #B81990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81990; }
p { color: rgb(184,25,144); }
H1.HeaderClassName
{
color: #B81990;
}
.AnyTagClassName
{
color: #B81990;
}
</style>
background-color css
<style>
a { background-color: #B81990; }
a { background-color: rgb(184,25,144); }
div.DivClassName
{
background-color: #B81990;
}
.BgClassName
{
background-color: #B81990;
}
</style>
border-color css
<style>
span { border-color: #B81990; }
span { border-color: rgb(184,25,144); }
td.TdClassName
{
border-color: #B81990;
}
.TagClassName
{
border-color: #B81990;
}
</style>