Shades of Medium Violet Red #BF1F8D
Tints of Medium Violet Red #BF1F8D
RGB
CMYK
RGB Variations
Color information
#BF1F8D (or 0xBF1F8D) is known color: Medium Violet Red. HEX triplet: BF, 1F and 8D. RGB value is (191,31,141). Sum of RGB (Red+Green+Blue) = 191+31+141=363 (48% of max value = 765). Red value is 191 (75% from 255 or 52.62% from 363); Green value is 31 (12.5% from 255 or 8.54% from 363); Blue value is 141 (55.47% from 255 or 38.84% from 363); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1F8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF1F8D is #40E072. Grayscale: #5B5B5B. Windows color (decimal): -4251763 or 9248703. OLE color: 9248703.
HSL color Cylindrical-coordinate representation of color #BF1F8D: hue angle of 318.75º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BF1F8D is Cyan = 0, Magento = 0.84, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 31 | 141 | - |
| CMYK | 0 | 0.84 | 0.26 | 0.25 |
| HSL | 318.75º | 0.72% | 0.44% | - |
| HSV(B) | 318.75º | 0.84% | 0.75% | - |
| XYZ | 26.78 | 13.98 | 26.49 | - |
| YUV | 91.38 | 156.01 | 199.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 31 | 141 | 0 | 0.84 | 0.26 | 0.25 | 318.75 | 0.72 | 0.44 |
| Hex | BF | 1F | 8D | 0 | 54 | 1A | 19 | 13F | 48 | 2C |
| Octal | 277 | 37 | 215 | 0 | 124 | 32 | 31 | 477 | 110 | 54 |
| Binary | 10111111 | 11111 | 10001101 | 0 | 1010100 | 11010 | 11001 | 100111111 | 1001000 | 101100 |
Color Harmonies of #BF1F8D
Complementary color
Monochromatic Colors of #BF1F8D
Black with #BF1F8D
Text Example
Text Example
White with #BF1F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1F8D; }
p { color: rgb(191,31,141); }
H1.HeaderClassName
{
color: #BF1F8D;
}
.AnyTagClassName
{
color: #BF1F8D;
}
</style>
background-color css
<style>
a { background-color: #BF1F8D; }
a { background-color: rgb(191,31,141); }
div.DivClassName
{
background-color: #BF1F8D;
}
.BgClassName
{
background-color: #BF1F8D;
}
</style>
border-color css
<style>
span { border-color: #BF1F8D; }
span { border-color: rgb(191,31,141); }
td.TdClassName
{
border-color: #BF1F8D;
}
.TagClassName
{
border-color: #BF1F8D;
}
</style>