Shades of Medium Violet Red #B81089
Tints of Medium Violet Red #B81089
RGB
CMYK
RGB Variations
Color information
#B81089 (or 0xB81089) is known color: Medium Violet Red. HEX triplet: B8, 10 and 89. RGB value is (184,16,137). Sum of RGB (Red+Green+Blue) = 184+16+137=337 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.60% from 337); Green value is 16 (6.64% from 255 or 4.75% from 337); Blue value is 137 (53.91% from 255 or 40.65% from 337); Max value from RGB is 184 - color contains mainly: red. Hex color #B81089 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B81089 is #47EF76. Grayscale: #4F4F4F. Windows color (decimal): -4714359 or 8982712. OLE color: 8982712.
HSL color Cylindrical-coordinate representation of color #B81089: hue angle of 316.79º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B81089 is Cyan = 0, Magento = 0.91, Yellow = 0.26 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 16 | 137 | - |
| CMYK | 0 | 0.91 | 0.26 | 0.28 |
| HSL | 316.79º | 0.84% | 0.39% | - |
| HSV(B) | 316.79º | 0.91% | 0.72% | - |
| XYZ | 24.47 | 12.37 | 24.76 | - |
| YUV | 80.03 | 160.16 | 202.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 16 | 137 | 0 | 0.91 | 0.26 | 0.28 | 316.79 | 0.84 | 0.39 |
| Hex | B8 | 10 | 89 | 0 | 5B | 1A | 1C | 13D | 54 | 27 |
| Octal | 270 | 20 | 211 | 0 | 133 | 32 | 34 | 475 | 124 | 47 |
| Binary | 10111000 | 10000 | 10001001 | 0 | 1011011 | 11010 | 11100 | 100111101 | 1010100 | 100111 |
Color Harmonies of #B81089
Complementary color
Monochromatic Colors of #B81089
Black with #B81089
Text Example
Text Example
White with #B81089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81089; }
p { color: rgb(184,16,137); }
H1.HeaderClassName
{
color: #B81089;
}
.AnyTagClassName
{
color: #B81089;
}
</style>
background-color css
<style>
a { background-color: #B81089; }
a { background-color: rgb(184,16,137); }
div.DivClassName
{
background-color: #B81089;
}
.BgClassName
{
background-color: #B81089;
}
</style>
border-color css
<style>
span { border-color: #B81089; }
span { border-color: rgb(184,16,137); }
td.TdClassName
{
border-color: #B81089;
}
.TagClassName
{
border-color: #B81089;
}
</style>