Shades of Medium Violet Red #B81584
Tints of Medium Violet Red #B81584
RGB
CMYK
RGB Variations
Color information
#B81584 (or 0xB81584) is known color: Medium Violet Red. HEX triplet: B8, 15 and 84. RGB value is (184,21,132). Sum of RGB (Red+Green+Blue) = 184+21+132=337 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.60% from 337); Green value is 21 (8.59% from 255 or 6.23% from 337); Blue value is 132 (51.95% from 255 or 39.17% from 337); Max value from RGB is 184 - color contains mainly: red. Hex color #B81584 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B81584 is #47EA7B. Grayscale: #525252. Windows color (decimal): -4713084 or 8656312. OLE color: 8656312.
HSL color Cylindrical-coordinate representation of color #B81584: hue angle of 319.14º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B81584 is Cyan = 0, Magento = 0.89, Yellow = 0.28 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 21 | 132 | - |
| CMYK | 0 | 0.89 | 0.28 | 0.28 |
| HSL | 319.14º | 0.8% | 0.4% | - |
| HSV(B) | 319.14º | 0.89% | 0.72% | - |
| XYZ | 24.2 | 12.39 | 22.95 | - |
| YUV | 82.39 | 156 | 200.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 21 | 132 | 0 | 0.89 | 0.28 | 0.28 | 319.14 | 0.8 | 0.4 |
| Hex | B8 | 15 | 84 | 0 | 59 | 1C | 1C | 13F | 50 | 28 |
| Octal | 270 | 25 | 204 | 0 | 131 | 34 | 34 | 477 | 120 | 50 |
| Binary | 10111000 | 10101 | 10000100 | 0 | 1011001 | 11100 | 11100 | 100111111 | 1010000 | 101000 |
Color Harmonies of #B81584
Complementary color
Monochromatic Colors of #B81584
Black with #B81584
Text Example
Text Example
White with #B81584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81584; }
p { color: rgb(184,21,132); }
H1.HeaderClassName
{
color: #B81584;
}
.AnyTagClassName
{
color: #B81584;
}
</style>
background-color css
<style>
a { background-color: #B81584; }
a { background-color: rgb(184,21,132); }
div.DivClassName
{
background-color: #B81584;
}
.BgClassName
{
background-color: #B81584;
}
</style>
border-color css
<style>
span { border-color: #B81584; }
span { border-color: rgb(184,21,132); }
td.TdClassName
{
border-color: #B81584;
}
.TagClassName
{
border-color: #B81584;
}
</style>