Shades of Medium Violet Red #B81175
Tints of Medium Violet Red #B81175
RGB
CMYK
RGB Variations
Color information
#B81175 (or 0xB81175) is known color: Medium Violet Red. HEX triplet: B8, 11 and 75. RGB value is (184,17,117). Sum of RGB (Red+Green+Blue) = 184+17+117=318 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.86% from 318); Green value is 17 (7.03% from 255 or 5.35% from 318); Blue value is 117 (46.09% from 255 or 36.79% from 318); Max value from RGB is 184 - color contains mainly: red. Hex color #B81175 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B81175 is #47EE8A. Grayscale: #4E4E4E. Windows color (decimal): -4714123 or 7672248. OLE color: 7672248.
HSL color Cylindrical-coordinate representation of color #B81175: hue angle of 324.07º 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 #B81175 is Cyan = 0, Magento = 0.91, Yellow = 0.36 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 17 | 117 | - |
| CMYK | 0 | 0.91 | 0.36 | 0.28 |
| HSL | 324.07º | 0.83% | 0.39% | - |
| HSV(B) | 324.07º | 0.91% | 0.72% | - |
| XYZ | 23.18 | 11.88 | 17.9 | - |
| YUV | 78.33 | 149.83 | 203.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 17 | 117 | 0 | 0.91 | 0.36 | 0.28 | 324.07 | 0.83 | 0.39 |
| Hex | B8 | 11 | 75 | 0 | 5B | 24 | 1C | 144 | 53 | 27 |
| Octal | 270 | 21 | 165 | 0 | 133 | 44 | 34 | 504 | 123 | 47 |
| Binary | 10111000 | 10001 | 1110101 | 0 | 1011011 | 100100 | 11100 | 101000100 | 1010011 | 100111 |
Color Harmonies of #B81175
Complementary color
Monochromatic Colors of #B81175
Black with #B81175
Text Example
Text Example
White with #B81175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81175; }
p { color: rgb(184,17,117); }
H1.HeaderClassName
{
color: #B81175;
}
.AnyTagClassName
{
color: #B81175;
}
</style>
background-color css
<style>
a { background-color: #B81175; }
a { background-color: rgb(184,17,117); }
div.DivClassName
{
background-color: #B81175;
}
.BgClassName
{
background-color: #B81175;
}
</style>
border-color css
<style>
span { border-color: #B81175; }
span { border-color: rgb(184,17,117); }
td.TdClassName
{
border-color: #B81175;
}
.TagClassName
{
border-color: #B81175;
}
</style>