Shades of Medium Violet Red #B81185
Tints of Medium Violet Red #B81185
RGB
CMYK
RGB Variations
Color information
#B81185 (or 0xB81185) is known color: Medium Violet Red. HEX triplet: B8, 11 and 85. RGB value is (184,17,133). Sum of RGB (Red+Green+Blue) = 184+17+133=334 (44% of max value = 765). Red value is 184 (72.27% from 255 or 55.09% from 334); Green value is 17 (7.03% from 255 or 5.09% from 334); Blue value is 133 (52.34% from 255 or 39.82% from 334); Max value from RGB is 184 - color contains mainly: red. Hex color #B81185 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B81185 is #47EE7A. Grayscale: #4F4F4F. Windows color (decimal): -4714107 or 8720824. OLE color: 8720824.
HSL color Cylindrical-coordinate representation of color #B81185: hue angle of 318.32º degrees, saturation: 0.83, 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 #B81185 is Cyan = 0, Magento = 0.91, Yellow = 0.28 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 17 | 133 | - |
| CMYK | 0 | 0.91 | 0.28 | 0.28 |
| HSL | 318.32º | 0.83% | 0.39% | - |
| HSV(B) | 318.32º | 0.91% | 0.72% | - |
| XYZ | 24.2 | 12.28 | 23.29 | - |
| YUV | 80.16 | 157.83 | 202.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 17 | 133 | 0 | 0.91 | 0.28 | 0.28 | 318.32 | 0.83 | 0.39 |
| Hex | B8 | 11 | 85 | 0 | 5B | 1C | 1C | 13E | 53 | 27 |
| Octal | 270 | 21 | 205 | 0 | 133 | 34 | 34 | 476 | 123 | 47 |
| Binary | 10111000 | 10001 | 10000101 | 0 | 1011011 | 11100 | 11100 | 100111110 | 1010011 | 100111 |
Color Harmonies of #B81185
Complementary color
Monochromatic Colors of #B81185
Black with #B81185
Text Example
Text Example
White with #B81185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81185; }
p { color: rgb(184,17,133); }
H1.HeaderClassName
{
color: #B81185;
}
.AnyTagClassName
{
color: #B81185;
}
</style>
background-color css
<style>
a { background-color: #B81185; }
a { background-color: rgb(184,17,133); }
div.DivClassName
{
background-color: #B81185;
}
.BgClassName
{
background-color: #B81185;
}
</style>
border-color css
<style>
span { border-color: #B81185; }
span { border-color: rgb(184,17,133); }
td.TdClassName
{
border-color: #B81185;
}
.TagClassName
{
border-color: #B81185;
}
</style>