Shades of Medium Violet Red #B81172
Tints of Medium Violet Red #B81172
RGB
CMYK
RGB Variations
Color information
#B81172 (or 0xB81172) is known color: Medium Violet Red. HEX triplet: B8, 11 and 72. RGB value is (184,17,114). Sum of RGB (Red+Green+Blue) = 184+17+114=315 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.41% from 315); Green value is 17 (7.03% from 255 or 5.40% from 315); Blue value is 114 (44.92% from 255 or 36.19% from 315); Max value from RGB is 184 - color contains mainly: red. Hex color #B81172 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B81172 is #47EE8D. Grayscale: #4D4D4D. Windows color (decimal): -4714126 or 7475640. OLE color: 7475640.
HSL color Cylindrical-coordinate representation of color #B81172: hue angle of 325.15º 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 #B81172 is Cyan = 0, Magento = 0.91, Yellow = 0.38 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 17 | 114 | - |
| CMYK | 0 | 0.91 | 0.38 | 0.28 |
| HSL | 325.15º | 0.83% | 0.39% | - |
| HSV(B) | 325.15º | 0.91% | 0.72% | - |
| XYZ | 23 | 11.81 | 16.99 | - |
| YUV | 77.99 | 148.33 | 203.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 17 | 114 | 0 | 0.91 | 0.38 | 0.28 | 325.15 | 0.83 | 0.39 |
| Hex | B8 | 11 | 72 | 0 | 5B | 26 | 1C | 145 | 53 | 27 |
| Octal | 270 | 21 | 162 | 0 | 133 | 46 | 34 | 505 | 123 | 47 |
| Binary | 10111000 | 10001 | 1110010 | 0 | 1011011 | 100110 | 11100 | 101000101 | 1010011 | 100111 |
Color Harmonies of #B81172
Complementary color
Monochromatic Colors of #B81172
Black with #B81172
Text Example
Text Example
White with #B81172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81172; }
p { color: rgb(184,17,114); }
H1.HeaderClassName
{
color: #B81172;
}
.AnyTagClassName
{
color: #B81172;
}
</style>
background-color css
<style>
a { background-color: #B81172; }
a { background-color: rgb(184,17,114); }
div.DivClassName
{
background-color: #B81172;
}
.BgClassName
{
background-color: #B81172;
}
</style>
border-color css
<style>
span { border-color: #B81172; }
span { border-color: rgb(184,17,114); }
td.TdClassName
{
border-color: #B81172;
}
.TagClassName
{
border-color: #B81172;
}
</style>