Shades of Medium Violet Red #BF1F99
Tints of Medium Violet Red #BF1F99
RGB
CMYK
RGB Variations
Color information
#BF1F99 (or 0xBF1F99) is known color: Medium Violet Red. HEX triplet: BF, 1F and 99. RGB value is (191,31,153). Sum of RGB (Red+Green+Blue) = 191+31+153=375 (49% of max value = 765). Red value is 191 (75% from 255 or 50.93% from 375); Green value is 31 (12.5% from 255 or 8.27% from 375); Blue value is 153 (60.16% from 255 or 40.8% from 375); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1F99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF1F99 is #40E066. Grayscale: #5C5C5C. Windows color (decimal): -4251751 or 10035135. OLE color: 10035135.
HSL color Cylindrical-coordinate representation of color #BF1F99: hue angle of 314.25º 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 #BF1F99 is Cyan = 0, Magento = 0.84, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 31 | 153 | - |
| CMYK | 0 | 0.84 | 0.20 | 0.25 |
| HSL | 314.25º | 0.72% | 0.44% | - |
| HSV(B) | 314.25º | 0.84% | 0.75% | - |
| XYZ | 27.73 | 14.36 | 31.45 | - |
| YUV | 92.75 | 162.01 | 198.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 31 | 153 | 0 | 0.84 | 0.20 | 0.25 | 314.25 | 0.72 | 0.44 |
| Hex | BF | 1F | 99 | 0 | 54 | 14 | 19 | 13A | 48 | 2C |
| Octal | 277 | 37 | 231 | 0 | 124 | 24 | 31 | 472 | 110 | 54 |
| Binary | 10111111 | 11111 | 10011001 | 0 | 1010100 | 10100 | 11001 | 100111010 | 1001000 | 101100 |
Color Harmonies of #BF1F99
Complementary color
Monochromatic Colors of #BF1F99
Black with #BF1F99
Text Example
Text Example
White with #BF1F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1F99; }
p { color: rgb(191,31,153); }
H1.HeaderClassName
{
color: #BF1F99;
}
.AnyTagClassName
{
color: #BF1F99;
}
</style>
background-color css
<style>
a { background-color: #BF1F99; }
a { background-color: rgb(191,31,153); }
div.DivClassName
{
background-color: #BF1F99;
}
.BgClassName
{
background-color: #BF1F99;
}
</style>
border-color css
<style>
span { border-color: #BF1F99; }
span { border-color: rgb(191,31,153); }
td.TdClassName
{
border-color: #BF1F99;
}
.TagClassName
{
border-color: #BF1F99;
}
</style>