Shades of Medium Violet Red #B81487
Tints of Medium Violet Red #B81487
RGB
CMYK
RGB Variations
Color information
#B81487 (or 0xB81487) is known color: Medium Violet Red. HEX triplet: B8, 14 and 87. RGB value is (184,20,135). Sum of RGB (Red+Green+Blue) = 184+20+135=339 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.28% from 339); Green value is 20 (8.20% from 255 or 5.90% from 339); Blue value is 135 (53.12% from 255 or 39.82% from 339); Max value from RGB is 184 - color contains mainly: red. Hex color #B81487 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B81487 is #47EB78. Grayscale: #515151. Windows color (decimal): -4713337 or 8852664. OLE color: 8852664.
HSL color Cylindrical-coordinate representation of color #B81487: hue angle of 317.93º 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 #B81487 is Cyan = 0, Magento = 0.89, Yellow = 0.27 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 20 | 135 | - |
| CMYK | 0 | 0.89 | 0.27 | 0.28 |
| HSL | 317.93º | 0.8% | 0.4% | - |
| HSV(B) | 317.93º | 0.89% | 0.72% | - |
| XYZ | 24.39 | 12.44 | 24.04 | - |
| YUV | 82.15 | 157.83 | 200.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 20 | 135 | 0 | 0.89 | 0.27 | 0.28 | 317.93 | 0.8 | 0.4 |
| Hex | B8 | 14 | 87 | 0 | 59 | 1B | 1C | 13E | 50 | 28 |
| Octal | 270 | 24 | 207 | 0 | 131 | 33 | 34 | 476 | 120 | 50 |
| Binary | 10111000 | 10100 | 10000111 | 0 | 1011001 | 11011 | 11100 | 100111110 | 1010000 | 101000 |
Color Harmonies of #B81487
Complementary color
Monochromatic Colors of #B81487
Black with #B81487
Text Example
Text Example
White with #B81487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81487; }
p { color: rgb(184,20,135); }
H1.HeaderClassName
{
color: #B81487;
}
.AnyTagClassName
{
color: #B81487;
}
</style>
background-color css
<style>
a { background-color: #B81487; }
a { background-color: rgb(184,20,135); }
div.DivClassName
{
background-color: #B81487;
}
.BgClassName
{
background-color: #B81487;
}
</style>
border-color css
<style>
span { border-color: #B81487; }
span { border-color: rgb(184,20,135); }
td.TdClassName
{
border-color: #B81487;
}
.TagClassName
{
border-color: #B81487;
}
</style>