Shades of Medium Violet Red #B71C8F
Tints of Medium Violet Red #B71C8F
RGB
CMYK
RGB Variations
Color information
#B71C8F (or 0xB71C8F) is known color: Medium Violet Red. HEX triplet: B7, 1C and 8F. RGB value is (183,28,143). Sum of RGB (Red+Green+Blue) = 183+28+143=354 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.69% from 354); Green value is 28 (11.33% from 255 or 7.91% from 354); Blue value is 143 (56.25% from 255 or 40.40% from 354); Max value from RGB is 183 - color contains mainly: red. Hex color #B71C8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B71C8F is #48E370. Grayscale: #575757. Windows color (decimal): -4776817 or 9378999. OLE color: 9378999.
HSL color Cylindrical-coordinate representation of color #B71C8F: hue angle of 315.48º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B71C8F is Cyan = 0, Magento = 0.85, Yellow = 0.22 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 28 | 143 | - |
| CMYK | 0 | 0.85 | 0.22 | 0.28 |
| HSL | 315.48º | 0.73% | 0.41% | - |
| HSV(B) | 315.48º | 0.85% | 0.72% | - |
| XYZ | 24.9 | 12.88 | 27.16 | - |
| YUV | 87.46 | 159.35 | 196.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 28 | 143 | 0 | 0.85 | 0.22 | 0.28 | 315.48 | 0.73 | 0.41 |
| Hex | B7 | 1C | 8F | 0 | 55 | 16 | 1C | 13B | 49 | 29 |
| Octal | 267 | 34 | 217 | 0 | 125 | 26 | 34 | 473 | 111 | 51 |
| Binary | 10110111 | 11100 | 10001111 | 0 | 1010101 | 10110 | 11100 | 100111011 | 1001001 | 101001 |
Color Harmonies of #B71C8F
Complementary color
Monochromatic Colors of #B71C8F
Black with #B71C8F
Text Example
Text Example
White with #B71C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71C8F; }
p { color: rgb(183,28,143); }
H1.HeaderClassName
{
color: #B71C8F;
}
.AnyTagClassName
{
color: #B71C8F;
}
</style>
background-color css
<style>
a { background-color: #B71C8F; }
a { background-color: rgb(183,28,143); }
div.DivClassName
{
background-color: #B71C8F;
}
.BgClassName
{
background-color: #B71C8F;
}
</style>
border-color css
<style>
span { border-color: #B71C8F; }
span { border-color: rgb(183,28,143); }
td.TdClassName
{
border-color: #B71C8F;
}
.TagClassName
{
border-color: #B71C8F;
}
</style>