Shades of Medium Violet Red #B81486
Tints of Medium Violet Red #B81486
RGB
CMYK
RGB Variations
Color information
#B81486 (or 0xB81486) is known color: Medium Violet Red. HEX triplet: B8, 14 and 86. RGB value is (184,20,134). Sum of RGB (Red+Green+Blue) = 184+20+134=338 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.44% from 338); Green value is 20 (8.20% from 255 or 5.92% from 338); Blue value is 134 (52.73% from 255 or 39.64% from 338); Max value from RGB is 184 - color contains mainly: red. Hex color #B81486 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B81486 is #47EB79. Grayscale: #515151. Windows color (decimal): -4713338 or 8787128. OLE color: 8787128.
HSL color Cylindrical-coordinate representation of color #B81486: hue angle of 318.29º 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 #B81486 is Cyan = 0, Magento = 0.89, Yellow = 0.27 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 20 | 134 | - |
| CMYK | 0 | 0.89 | 0.27 | 0.28 |
| HSL | 318.29º | 0.8% | 0.4% | - |
| HSV(B) | 318.29º | 0.89% | 0.72% | - |
| XYZ | 24.32 | 12.41 | 23.67 | - |
| YUV | 82.03 | 157.33 | 200.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 20 | 134 | 0 | 0.89 | 0.27 | 0.28 | 318.29 | 0.8 | 0.4 |
| Hex | B8 | 14 | 86 | 0 | 59 | 1B | 1C | 13E | 50 | 28 |
| Octal | 270 | 24 | 206 | 0 | 131 | 33 | 34 | 476 | 120 | 50 |
| Binary | 10111000 | 10100 | 10000110 | 0 | 1011001 | 11011 | 11100 | 100111110 | 1010000 | 101000 |
Color Harmonies of #B81486
Complementary color
Monochromatic Colors of #B81486
Black with #B81486
Text Example
Text Example
White with #B81486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81486; }
p { color: rgb(184,20,134); }
H1.HeaderClassName
{
color: #B81486;
}
.AnyTagClassName
{
color: #B81486;
}
</style>
background-color css
<style>
a { background-color: #B81486; }
a { background-color: rgb(184,20,134); }
div.DivClassName
{
background-color: #B81486;
}
.BgClassName
{
background-color: #B81486;
}
</style>
border-color css
<style>
span { border-color: #B81486; }
span { border-color: rgb(184,20,134); }
td.TdClassName
{
border-color: #B81486;
}
.TagClassName
{
border-color: #B81486;
}
</style>