Shades of Medium Violet Red #B81176
Tints of Medium Violet Red #B81176
RGB
CMYK
RGB Variations
Color information
#B81176 (or 0xB81176) is known color: Medium Violet Red. HEX triplet: B8, 11 and 76. RGB value is (184,17,118). Sum of RGB (Red+Green+Blue) = 184+17+118=319 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.68% from 319); Green value is 17 (7.03% from 255 or 5.33% from 319); Blue value is 118 (46.48% from 255 or 36.99% from 319); Max value from RGB is 184 - color contains mainly: red. Hex color #B81176 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B81176 is #47EE89. Grayscale: #4E4E4E. Windows color (decimal): -4714122 or 7737784. OLE color: 7737784.
HSL color Cylindrical-coordinate representation of color #B81176: hue angle of 323.71º 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 #B81176 is Cyan = 0, Magento = 0.91, Yellow = 0.36 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 17 | 118 | - |
| CMYK | 0 | 0.91 | 0.36 | 0.28 |
| HSL | 323.71º | 0.83% | 0.39% | - |
| HSV(B) | 323.71º | 0.91% | 0.72% | - |
| XYZ | 23.24 | 11.9 | 18.21 | - |
| YUV | 78.45 | 150.33 | 203.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 17 | 118 | 0 | 0.91 | 0.36 | 0.28 | 323.71 | 0.83 | 0.39 |
| Hex | B8 | 11 | 76 | 0 | 5B | 24 | 1C | 144 | 53 | 27 |
| Octal | 270 | 21 | 166 | 0 | 133 | 44 | 34 | 504 | 123 | 47 |
| Binary | 10111000 | 10001 | 1110110 | 0 | 1011011 | 100100 | 11100 | 101000100 | 1010011 | 100111 |
Color Harmonies of #B81176
Complementary color
Monochromatic Colors of #B81176
Black with #B81176
Text Example
Text Example
White with #B81176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81176; }
p { color: rgb(184,17,118); }
H1.HeaderClassName
{
color: #B81176;
}
.AnyTagClassName
{
color: #B81176;
}
</style>
background-color css
<style>
a { background-color: #B81176; }
a { background-color: rgb(184,17,118); }
div.DivClassName
{
background-color: #B81176;
}
.BgClassName
{
background-color: #B81176;
}
</style>
border-color css
<style>
span { border-color: #B81176; }
span { border-color: rgb(184,17,118); }
td.TdClassName
{
border-color: #B81176;
}
.TagClassName
{
border-color: #B81176;
}
</style>