Shades of Medium Violet Red #B71087
Tints of Medium Violet Red #B71087
RGB
CMYK
RGB Variations
Color information
#B71087 (or 0xB71087) is known color: Medium Violet Red. HEX triplet: B7, 10 and 87. RGB value is (183,16,135). Sum of RGB (Red+Green+Blue) = 183+16+135=334 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.79% from 334); Green value is 16 (6.64% from 255 or 4.79% from 334); Blue value is 135 (53.12% from 255 or 40.42% from 334); Max value from RGB is 183 - color contains mainly: red. Hex color #B71087 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B71087 is #48EF78. Grayscale: #4F4F4F. Windows color (decimal): -4779897 or 8851639. OLE color: 8851639.
HSL color Cylindrical-coordinate representation of color #B71087: hue angle of 317.25º degrees, saturation: 0.84, 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 #B71087 is Cyan = 0, Magento = 0.91, Yellow = 0.26 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 16 | 135 | - |
| CMYK | 0 | 0.91 | 0.26 | 0.28 |
| HSL | 317.25º | 0.84% | 0.39% | - |
| HSV(B) | 317.25º | 0.91% | 0.72% | - |
| XYZ | 24.09 | 12.19 | 24 | - |
| YUV | 79.5 | 159.33 | 201.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 16 | 135 | 0 | 0.91 | 0.26 | 0.28 | 317.25 | 0.84 | 0.39 |
| Hex | B7 | 10 | 87 | 0 | 5B | 1A | 1C | 13D | 54 | 27 |
| Octal | 267 | 20 | 207 | 0 | 133 | 32 | 34 | 475 | 124 | 47 |
| Binary | 10110111 | 10000 | 10000111 | 0 | 1011011 | 11010 | 11100 | 100111101 | 1010100 | 100111 |
Color Harmonies of #B71087
Complementary color
Monochromatic Colors of #B71087
Black with #B71087
Text Example
Text Example
White with #B71087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71087; }
p { color: rgb(183,16,135); }
H1.HeaderClassName
{
color: #B71087;
}
.AnyTagClassName
{
color: #B71087;
}
</style>
background-color css
<style>
a { background-color: #B71087; }
a { background-color: rgb(183,16,135); }
div.DivClassName
{
background-color: #B71087;
}
.BgClassName
{
background-color: #B71087;
}
</style>
border-color css
<style>
span { border-color: #B71087; }
span { border-color: rgb(183,16,135); }
td.TdClassName
{
border-color: #B71087;
}
.TagClassName
{
border-color: #B71087;
}
</style>