Shades of Medium Violet Red #BF1271
Tints of Medium Violet Red #BF1271
RGB
CMYK
RGB Variations
Color information
#BF1271 (or 0xBF1271) is known color: Medium Violet Red. HEX triplet: BF, 12 and 71. RGB value is (191,18,113). Sum of RGB (Red+Green+Blue) = 191+18+113=322 (42% of max value = 765). Red value is 191 (75% from 255 or 59.32% from 322); Green value is 18 (7.42% from 255 or 5.59% from 322); Blue value is 113 (44.53% from 255 or 35.09% from 322); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1271 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF1271 is #40ED8E. Grayscale: #505050. Windows color (decimal): -4255119 or 7410367. OLE color: 7410367.
HSL color Cylindrical-coordinate representation of color #BF1271: hue angle of 327.05º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BF1271 is Cyan = 0, Magento = 0.91, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 18 | 113 | - |
| CMYK | 0 | 0.91 | 0.41 | 0.25 |
| HSL | 327.05º | 0.83% | 0.41% | - |
| HSV(B) | 327.05º | 0.91% | 0.75% | - |
| XYZ | 24.68 | 12.7 | 16.77 | - |
| YUV | 80.56 | 146.31 | 206.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 18 | 113 | 0 | 0.91 | 0.41 | 0.25 | 327.05 | 0.83 | 0.41 |
| Hex | BF | 12 | 71 | 0 | 5B | 29 | 19 | 147 | 53 | 29 |
| Octal | 277 | 22 | 161 | 0 | 133 | 51 | 31 | 507 | 123 | 51 |
| Binary | 10111111 | 10010 | 1110001 | 0 | 1011011 | 101001 | 11001 | 101000111 | 1010011 | 101001 |
Color Harmonies of #BF1271
Complementary color
Monochromatic Colors of #BF1271
Black with #BF1271
Text Example
Text Example
White with #BF1271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1271; }
p { color: rgb(191,18,113); }
H1.HeaderClassName
{
color: #BF1271;
}
.AnyTagClassName
{
color: #BF1271;
}
</style>
background-color css
<style>
a { background-color: #BF1271; }
a { background-color: rgb(191,18,113); }
div.DivClassName
{
background-color: #BF1271;
}
.BgClassName
{
background-color: #BF1271;
}
</style>
border-color css
<style>
span { border-color: #BF1271; }
span { border-color: rgb(191,18,113); }
td.TdClassName
{
border-color: #BF1271;
}
.TagClassName
{
border-color: #BF1271;
}
</style>