Shades of Medium Violet Red #BF1970
Tints of Medium Violet Red #BF1970
RGB
CMYK
RGB Variations
Color information
#BF1970 (or 0xBF1970) is known color: Medium Violet Red. HEX triplet: BF, 19 and 70. RGB value is (191,25,112). Sum of RGB (Red+Green+Blue) = 191+25+112=328 (43% of max value = 765). Red value is 191 (75% from 255 or 58.23% from 328); Green value is 25 (10.16% from 255 or 7.62% from 328); Blue value is 112 (44.14% from 255 or 34.15% from 328); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1970 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF1970 is #40E68F. Grayscale: #545454. Windows color (decimal): -4253328 or 7346623. OLE color: 7346623.
HSL color Cylindrical-coordinate representation of color #BF1970: hue angle of 328.55º 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 #BF1970 is Cyan = 0, Magento = 0.87, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 25 | 112 | - |
| CMYK | 0 | 0.87 | 0.41 | 0.25 |
| HSL | 328.55º | 0.77% | 0.42% | - |
| HSV(B) | 328.55º | 0.87% | 0.75% | - |
| XYZ | 24.76 | 12.94 | 16.52 | - |
| YUV | 84.55 | 143.5 | 203.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 25 | 112 | 0 | 0.87 | 0.41 | 0.25 | 328.55 | 0.77 | 0.42 |
| Hex | BF | 19 | 70 | 0 | 57 | 29 | 19 | 149 | 4D | 2A |
| Octal | 277 | 31 | 160 | 0 | 127 | 51 | 31 | 511 | 115 | 52 |
| Binary | 10111111 | 11001 | 1110000 | 0 | 1010111 | 101001 | 11001 | 101001001 | 1001101 | 101010 |
Color Harmonies of #BF1970
Complementary color
Monochromatic Colors of #BF1970
Black with #BF1970
Text Example
Text Example
White with #BF1970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1970; }
p { color: rgb(191,25,112); }
H1.HeaderClassName
{
color: #BF1970;
}
.AnyTagClassName
{
color: #BF1970;
}
</style>
background-color css
<style>
a { background-color: #BF1970; }
a { background-color: rgb(191,25,112); }
div.DivClassName
{
background-color: #BF1970;
}
.BgClassName
{
background-color: #BF1970;
}
</style>
border-color css
<style>
span { border-color: #BF1970; }
span { border-color: rgb(191,25,112); }
td.TdClassName
{
border-color: #BF1970;
}
.TagClassName
{
border-color: #BF1970;
}
</style>