Shades of Medium Violet Red #B81086
Tints of Medium Violet Red #B81086
RGB
CMYK
RGB Variations
Color information
#B81086 (or 0xB81086) is known color: Medium Violet Red. HEX triplet: B8, 10 and 86. RGB value is (184,16,134). Sum of RGB (Red+Green+Blue) = 184+16+134=334 (44% of max value = 765). Red value is 184 (72.27% from 255 or 55.09% from 334); Green value is 16 (6.64% from 255 or 4.79% from 334); Blue value is 134 (52.73% from 255 or 40.12% from 334); Max value from RGB is 184 - color contains mainly: red. Hex color #B81086 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B81086 is #47EF79. Grayscale: #4F4F4F. Windows color (decimal): -4714362 or 8786104. OLE color: 8786104.
HSL color Cylindrical-coordinate representation of color #B81086: hue angle of 317.86º 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 #B81086 is Cyan = 0, Magento = 0.91, Yellow = 0.27 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 16 | 134 | - |
| CMYK | 0 | 0.91 | 0.27 | 0.28 |
| HSL | 317.86º | 0.84% | 0.39% | - |
| HSV(B) | 317.86º | 0.91% | 0.72% | - |
| XYZ | 24.26 | 12.28 | 23.65 | - |
| YUV | 79.68 | 158.66 | 202.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 16 | 134 | 0 | 0.91 | 0.27 | 0.28 | 317.86 | 0.84 | 0.39 |
| Hex | B8 | 10 | 86 | 0 | 5B | 1B | 1C | 13E | 54 | 27 |
| Octal | 270 | 20 | 206 | 0 | 133 | 33 | 34 | 476 | 124 | 47 |
| Binary | 10111000 | 10000 | 10000110 | 0 | 1011011 | 11011 | 11100 | 100111110 | 1010100 | 100111 |
Color Harmonies of #B81086
Complementary color
Monochromatic Colors of #B81086
Black with #B81086
Text Example
Text Example
White with #B81086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81086; }
p { color: rgb(184,16,134); }
H1.HeaderClassName
{
color: #B81086;
}
.AnyTagClassName
{
color: #B81086;
}
</style>
background-color css
<style>
a { background-color: #B81086; }
a { background-color: rgb(184,16,134); }
div.DivClassName
{
background-color: #B81086;
}
.BgClassName
{
background-color: #B81086;
}
</style>
border-color css
<style>
span { border-color: #B81086; }
span { border-color: rgb(184,16,134); }
td.TdClassName
{
border-color: #B81086;
}
.TagClassName
{
border-color: #B81086;
}
</style>