Shades of Medium Violet Red #BF1F8F
Tints of Medium Violet Red #BF1F8F
RGB
CMYK
RGB Variations
Color information
#BF1F8F (or 0xBF1F8F) is known color: Medium Violet Red. HEX triplet: BF, 1F and 8F. RGB value is (191,31,143). Sum of RGB (Red+Green+Blue) = 191+31+143=365 (48% of max value = 765). Red value is 191 (75% from 255 or 52.33% from 365); Green value is 31 (12.5% from 255 or 8.49% from 365); Blue value is 143 (56.25% from 255 or 39.18% from 365); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1F8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF1F8F is #40E070. Grayscale: #5B5B5B. Windows color (decimal): -4251761 or 9379775. OLE color: 9379775.
HSL color Cylindrical-coordinate representation of color #BF1F8F: hue angle of 318º 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 #BF1F8F is Cyan = 0, Magento = 0.84, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 31 | 143 | - |
| CMYK | 0 | 0.84 | 0.25 | 0.25 |
| HSL | 318º | 0.72% | 0.44% | - |
| HSV(B) | 318º | 0.84% | 0.75% | - |
| XYZ | 26.93 | 14.04 | 27.28 | - |
| YUV | 91.61 | 157.01 | 198.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 31 | 143 | 0 | 0.84 | 0.25 | 0.25 | 318 | 0.72 | 0.44 |
| Hex | BF | 1F | 8F | 0 | 54 | 19 | 19 | 13E | 48 | 2C |
| Octal | 277 | 37 | 217 | 0 | 124 | 31 | 31 | 476 | 110 | 54 |
| Binary | 10111111 | 11111 | 10001111 | 0 | 1010100 | 11001 | 11001 | 100111110 | 1001000 | 101100 |
Color Harmonies of #BF1F8F
Complementary color
Monochromatic Colors of #BF1F8F
Black with #BF1F8F
Text Example
Text Example
White with #BF1F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1F8F; }
p { color: rgb(191,31,143); }
H1.HeaderClassName
{
color: #BF1F8F;
}
.AnyTagClassName
{
color: #BF1F8F;
}
</style>
background-color css
<style>
a { background-color: #BF1F8F; }
a { background-color: rgb(191,31,143); }
div.DivClassName
{
background-color: #BF1F8F;
}
.BgClassName
{
background-color: #BF1F8F;
}
</style>
border-color css
<style>
span { border-color: #BF1F8F; }
span { border-color: rgb(191,31,143); }
td.TdClassName
{
border-color: #BF1F8F;
}
.TagClassName
{
border-color: #BF1F8F;
}
</style>