Shades of Medium Violet Red #B71184
Tints of Medium Violet Red #B71184
RGB
CMYK
RGB Variations
Color information
#B71184 (or 0xB71184) is known color: Medium Violet Red. HEX triplet: B7, 11 and 84. RGB value is (183,17,132). Sum of RGB (Red+Green+Blue) = 183+17+132=332 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.12% from 332); Green value is 17 (7.03% from 255 or 5.12% from 332); Blue value is 132 (51.95% from 255 or 39.76% from 332); Max value from RGB is 183 - color contains mainly: red. Hex color #B71184 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B71184 is #48EE7B. Grayscale: #4F4F4F. Windows color (decimal): -4779644 or 8655287. OLE color: 8655287.
HSL color Cylindrical-coordinate representation of color #B71184: hue angle of 318.43º 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 #B71184 is Cyan = 0, Magento = 0.91, Yellow = 0.28 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 17 | 132 | - |
| CMYK | 0 | 0.91 | 0.28 | 0.28 |
| HSL | 318.43º | 0.83% | 0.39% | - |
| HSV(B) | 318.43º | 0.91% | 0.72% | - |
| XYZ | 23.89 | 12.13 | 22.91 | - |
| YUV | 79.74 | 157.5 | 201.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 17 | 132 | 0 | 0.91 | 0.28 | 0.28 | 318.43 | 0.83 | 0.39 |
| Hex | B7 | 11 | 84 | 0 | 5B | 1C | 1C | 13E | 53 | 27 |
| Octal | 267 | 21 | 204 | 0 | 133 | 34 | 34 | 476 | 123 | 47 |
| Binary | 10110111 | 10001 | 10000100 | 0 | 1011011 | 11100 | 11100 | 100111110 | 1010011 | 100111 |
Color Harmonies of #B71184
Complementary color
Monochromatic Colors of #B71184
Black with #B71184
Text Example
Text Example
White with #B71184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71184; }
p { color: rgb(183,17,132); }
H1.HeaderClassName
{
color: #B71184;
}
.AnyTagClassName
{
color: #B71184;
}
</style>
background-color css
<style>
a { background-color: #B71184; }
a { background-color: rgb(183,17,132); }
div.DivClassName
{
background-color: #B71184;
}
.BgClassName
{
background-color: #B71184;
}
</style>
border-color css
<style>
span { border-color: #B71184; }
span { border-color: rgb(183,17,132); }
td.TdClassName
{
border-color: #B71184;
}
.TagClassName
{
border-color: #B71184;
}
</style>