Shades of Medium Violet Red #BF1977
Tints of Medium Violet Red #BF1977
RGB
CMYK
RGB Variations
Color information
#BF1977 (or 0xBF1977) is known color: Medium Violet Red. HEX triplet: BF, 19 and 77. RGB value is (191,25,119). Sum of RGB (Red+Green+Blue) = 191+25+119=335 (44% of max value = 765). Red value is 191 (75% from 255 or 57.01% from 335); Green value is 25 (10.16% from 255 or 7.46% from 335); Blue value is 119 (46.88% from 255 or 35.52% from 335); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1977 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF1977 is #40E688. Grayscale: #555555. Windows color (decimal): -4253321 or 7805375. OLE color: 7805375.
HSL color Cylindrical-coordinate representation of color #BF1977: hue angle of 326.02º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BF1977 is Cyan = 0, Magento = 0.87, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 25 | 119 | - |
| CMYK | 0 | 0.87 | 0.38 | 0.25 |
| HSL | 326.02º | 0.77% | 0.42% | - |
| HSV(B) | 326.02º | 0.87% | 0.75% | - |
| XYZ | 25.16 | 13.1 | 18.66 | - |
| YUV | 85.35 | 147 | 203.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 25 | 119 | 0 | 0.87 | 0.38 | 0.25 | 326.02 | 0.77 | 0.42 |
| Hex | BF | 19 | 77 | 0 | 57 | 26 | 19 | 146 | 4D | 2A |
| Octal | 277 | 31 | 167 | 0 | 127 | 46 | 31 | 506 | 115 | 52 |
| Binary | 10111111 | 11001 | 1110111 | 0 | 1010111 | 100110 | 11001 | 101000110 | 1001101 | 101010 |
Color Harmonies of #BF1977
Complementary color
Monochromatic Colors of #BF1977
Black with #BF1977
Text Example
Text Example
White with #BF1977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1977; }
p { color: rgb(191,25,119); }
H1.HeaderClassName
{
color: #BF1977;
}
.AnyTagClassName
{
color: #BF1977;
}
</style>
background-color css
<style>
a { background-color: #BF1977; }
a { background-color: rgb(191,25,119); }
div.DivClassName
{
background-color: #BF1977;
}
.BgClassName
{
background-color: #BF1977;
}
</style>
border-color css
<style>
span { border-color: #BF1977; }
span { border-color: rgb(191,25,119); }
td.TdClassName
{
border-color: #BF1977;
}
.TagClassName
{
border-color: #BF1977;
}
</style>