Shades of Medium Violet Red #BF1FAC
Tints of Medium Violet Red #BF1FAC
RGB
CMYK
RGB Variations
Color information
#BF1FAC (or 0xBF1FAC) is known color: Medium Violet Red. HEX triplet: BF, 1F and AC. RGB value is (191,31,172). Sum of RGB (Red+Green+Blue) = 191+31+172=394 (52% of max value = 765). Red value is 191 (75% from 255 or 48.48% from 394); Green value is 31 (12.5% from 255 or 7.87% from 394); Blue value is 172 (67.58% from 255 or 43.65% from 394); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1FAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF1FAC is #40E053. Grayscale: #5E5E5E. Windows color (decimal): -4251732 or 11280319. OLE color: 11280319.
HSL color Cylindrical-coordinate representation of color #BF1FAC: hue angle of 307.12º 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 #BF1FAC is Cyan = 0, Magento = 0.84, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 31 | 172 | - |
| CMYK | 0 | 0.84 | 0.10 | 0.25 |
| HSL | 307.13º | 0.72% | 0.44% | - |
| HSV(B) | 307.13º | 0.84% | 0.75% | - |
| XYZ | 29.42 | 15.03 | 40.38 | - |
| YUV | 94.91 | 171.51 | 196.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 31 | 172 | 0 | 0.84 | 0.10 | 0.25 | 307.13 | 0.72 | 0.44 |
| Hex | BF | 1F | AC | 0 | 54 | A | 19 | 133 | 48 | 2C |
| Octal | 277 | 37 | 254 | 0 | 124 | 12 | 31 | 463 | 110 | 54 |
| Binary | 10111111 | 11111 | 10101100 | 0 | 1010100 | 1010 | 11001 | 100110011 | 1001000 | 101100 |
Color Harmonies of #BF1FAC
Complementary color
Monochromatic Colors of #BF1FAC
Black with #BF1FAC
Text Example
Text Example
White with #BF1FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1FAC; }
p { color: rgb(191,31,172); }
H1.HeaderClassName
{
color: #BF1FAC;
}
.AnyTagClassName
{
color: #BF1FAC;
}
</style>
background-color css
<style>
a { background-color: #BF1FAC; }
a { background-color: rgb(191,31,172); }
div.DivClassName
{
background-color: #BF1FAC;
}
.BgClassName
{
background-color: #BF1FAC;
}
</style>
border-color css
<style>
span { border-color: #BF1FAC; }
span { border-color: rgb(191,31,172); }
td.TdClassName
{
border-color: #BF1FAC;
}
.TagClassName
{
border-color: #BF1FAC;
}
</style>