Shades of Medium Violet Red #BF1071
Tints of Medium Violet Red #BF1071
RGB
CMYK
RGB Variations
Color information
#BF1071 (or 0xBF1071) is known color: Medium Violet Red. HEX triplet: BF, 10 and 71. RGB value is (191,16,113). Sum of RGB (Red+Green+Blue) = 191+16+113=320 (42% of max value = 765). Red value is 191 (75% from 255 or 59.69% from 320); Green value is 16 (6.64% from 255 or 5% from 320); Blue value is 113 (44.53% from 255 or 35.31% from 320); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1071 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF1071 is #40EF8E. Grayscale: #4F4F4F. Windows color (decimal): -4255631 or 7409855. OLE color: 7409855.
HSL color Cylindrical-coordinate representation of color #BF1071: hue angle of 326.74º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BF1071 is Cyan = 0, Magento = 0.92, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 16 | 113 | - |
| CMYK | 0 | 0.92 | 0.41 | 0.25 |
| HSL | 326.74º | 0.85% | 0.41% | - |
| HSV(B) | 326.74º | 0.92% | 0.75% | - |
| XYZ | 24.65 | 12.64 | 16.76 | - |
| YUV | 79.38 | 146.98 | 207.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 16 | 113 | 0 | 0.92 | 0.41 | 0.25 | 326.74 | 0.85 | 0.41 |
| Hex | BF | 10 | 71 | 0 | 5C | 29 | 19 | 147 | 55 | 29 |
| Octal | 277 | 20 | 161 | 0 | 134 | 51 | 31 | 507 | 125 | 51 |
| Binary | 10111111 | 10000 | 1110001 | 0 | 1011100 | 101001 | 11001 | 101000111 | 1010101 | 101001 |
Color Harmonies of #BF1071
Complementary color
Monochromatic Colors of #BF1071
Black with #BF1071
Text Example
Text Example
White with #BF1071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1071; }
p { color: rgb(191,16,113); }
H1.HeaderClassName
{
color: #BF1071;
}
.AnyTagClassName
{
color: #BF1071;
}
</style>
background-color css
<style>
a { background-color: #BF1071; }
a { background-color: rgb(191,16,113); }
div.DivClassName
{
background-color: #BF1071;
}
.BgClassName
{
background-color: #BF1071;
}
</style>
border-color css
<style>
span { border-color: #BF1071; }
span { border-color: rgb(191,16,113); }
td.TdClassName
{
border-color: #BF1071;
}
.TagClassName
{
border-color: #BF1071;
}
</style>