Shades of Medium Violet Red #B81489
Tints of Medium Violet Red #B81489
RGB
CMYK
RGB Variations
Color information
#B81489 (or 0xB81489) is known color: Medium Violet Red. HEX triplet: B8, 14 and 89. RGB value is (184,20,137). Sum of RGB (Red+Green+Blue) = 184+20+137=341 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.96% from 341); Green value is 20 (8.20% from 255 or 5.87% from 341); Blue value is 137 (53.91% from 255 or 40.18% from 341); Max value from RGB is 184 - color contains mainly: red. Hex color #B81489 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B81489 is #47EB76. Grayscale: #525252. Windows color (decimal): -4713335 or 8983736. OLE color: 8983736.
HSL color Cylindrical-coordinate representation of color #B81489: hue angle of 317.2º 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 #B81489 is Cyan = 0, Magento = 0.89, Yellow = 0.26 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 20 | 137 | - |
| CMYK | 0 | 0.89 | 0.26 | 0.28 |
| HSL | 317.2º | 0.8% | 0.4% | - |
| HSV(B) | 317.2º | 0.89% | 0.72% | - |
| XYZ | 24.53 | 12.5 | 24.79 | - |
| YUV | 82.37 | 158.83 | 200.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 20 | 137 | 0 | 0.89 | 0.26 | 0.28 | 317.2 | 0.8 | 0.4 |
| Hex | B8 | 14 | 89 | 0 | 59 | 1A | 1C | 13D | 50 | 28 |
| Octal | 270 | 24 | 211 | 0 | 131 | 32 | 34 | 475 | 120 | 50 |
| Binary | 10111000 | 10100 | 10001001 | 0 | 1011001 | 11010 | 11100 | 100111101 | 1010000 | 101000 |
Color Harmonies of #B81489
Complementary color
Monochromatic Colors of #B81489
Black with #B81489
Text Example
Text Example
White with #B81489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81489; }
p { color: rgb(184,20,137); }
H1.HeaderClassName
{
color: #B81489;
}
.AnyTagClassName
{
color: #B81489;
}
</style>
background-color css
<style>
a { background-color: #B81489; }
a { background-color: rgb(184,20,137); }
div.DivClassName
{
background-color: #B81489;
}
.BgClassName
{
background-color: #B81489;
}
</style>
border-color css
<style>
span { border-color: #B81489; }
span { border-color: rgb(184,20,137); }
td.TdClassName
{
border-color: #B81489;
}
.TagClassName
{
border-color: #B81489;
}
</style>