Shades of Medium Violet Red #B71181
Tints of Medium Violet Red #B71181
RGB
CMYK
RGB Variations
Color information
#B71181 (or 0xB71181) is known color: Medium Violet Red. HEX triplet: B7, 11 and 81. RGB value is (183,17,129). Sum of RGB (Red+Green+Blue) = 183+17+129=329 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.62% from 329); Green value is 17 (7.03% from 255 or 5.17% from 329); Blue value is 129 (50.78% from 255 or 39.21% from 329); Max value from RGB is 183 - color contains mainly: red. Hex color #B71181 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B71181 is #48EE7E. Grayscale: #4F4F4F. Windows color (decimal): -4779647 or 8458679. OLE color: 8458679.
HSL color Cylindrical-coordinate representation of color #B71181: hue angle of 319.52º 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 #B71181 is Cyan = 0, Magento = 0.91, Yellow = 0.30 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 17 | 129 | - |
| CMYK | 0 | 0.91 | 0.30 | 0.28 |
| HSL | 319.52º | 0.83% | 0.39% | - |
| HSV(B) | 319.52º | 0.91% | 0.72% | - |
| XYZ | 23.69 | 12.05 | 21.85 | - |
| YUV | 79.4 | 156 | 201.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 17 | 129 | 0 | 0.91 | 0.30 | 0.28 | 319.52 | 0.83 | 0.39 |
| Hex | B7 | 11 | 81 | 0 | 5B | 1E | 1C | 140 | 53 | 27 |
| Octal | 267 | 21 | 201 | 0 | 133 | 36 | 34 | 500 | 123 | 47 |
| Binary | 10110111 | 10001 | 10000001 | 0 | 1011011 | 11110 | 11100 | 101000000 | 1010011 | 100111 |
Color Harmonies of #B71181
Complementary color
Monochromatic Colors of #B71181
Black with #B71181
Text Example
Text Example
White with #B71181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71181; }
p { color: rgb(183,17,129); }
H1.HeaderClassName
{
color: #B71181;
}
.AnyTagClassName
{
color: #B71181;
}
</style>
background-color css
<style>
a { background-color: #B71181; }
a { background-color: rgb(183,17,129); }
div.DivClassName
{
background-color: #B71181;
}
.BgClassName
{
background-color: #B71181;
}
</style>
border-color css
<style>
span { border-color: #B71181; }
span { border-color: rgb(183,17,129); }
td.TdClassName
{
border-color: #B71181;
}
.TagClassName
{
border-color: #B71181;
}
</style>