Shades of Medium Violet Red #B81289
Tints of Medium Violet Red #B81289
RGB
CMYK
RGB Variations
Color information
#B81289 (or 0xB81289) is known color: Medium Violet Red. HEX triplet: B8, 12 and 89. RGB value is (184,18,137). Sum of RGB (Red+Green+Blue) = 184+18+137=339 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.28% from 339); Green value is 18 (7.42% from 255 or 5.31% from 339); Blue value is 137 (53.91% from 255 or 40.41% from 339); Max value from RGB is 184 - color contains mainly: red. Hex color #B81289 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B81289 is #47ED76. Grayscale: #505050. Windows color (decimal): -4713847 or 8983224. OLE color: 8983224.
HSL color Cylindrical-coordinate representation of color #B81289: hue angle of 316.99º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B81289 is Cyan = 0, Magento = 0.90, Yellow = 0.26 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 18 | 137 | - |
| CMYK | 0 | 0.90 | 0.26 | 0.28 |
| HSL | 316.99º | 0.82% | 0.4% | - |
| HSV(B) | 316.99º | 0.9% | 0.72% | - |
| XYZ | 24.5 | 12.43 | 24.77 | - |
| YUV | 81.2 | 159.5 | 201.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 18 | 137 | 0 | 0.90 | 0.26 | 0.28 | 316.99 | 0.82 | 0.4 |
| Hex | B8 | 12 | 89 | 0 | 5A | 1A | 1C | 13D | 52 | 28 |
| Octal | 270 | 22 | 211 | 0 | 132 | 32 | 34 | 475 | 122 | 50 |
| Binary | 10111000 | 10010 | 10001001 | 0 | 1011010 | 11010 | 11100 | 100111101 | 1010010 | 101000 |
Color Harmonies of #B81289
Complementary color
Monochromatic Colors of #B81289
Black with #B81289
Text Example
Text Example
White with #B81289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81289; }
p { color: rgb(184,18,137); }
H1.HeaderClassName
{
color: #B81289;
}
.AnyTagClassName
{
color: #B81289;
}
</style>
background-color css
<style>
a { background-color: #B81289; }
a { background-color: rgb(184,18,137); }
div.DivClassName
{
background-color: #B81289;
}
.BgClassName
{
background-color: #B81289;
}
</style>
border-color css
<style>
span { border-color: #B81289; }
span { border-color: rgb(184,18,137); }
td.TdClassName
{
border-color: #B81289;
}
.TagClassName
{
border-color: #B81289;
}
</style>