Shades of Medium Violet Red #BF1891
Tints of Medium Violet Red #BF1891
RGB
CMYK
RGB Variations
Color information
#BF1891 (or 0xBF1891) is known color: Medium Violet Red. HEX triplet: BF, 18 and 91. RGB value is (191,24,145). Sum of RGB (Red+Green+Blue) = 191+24+145=360 (47% of max value = 765). Red value is 191 (75% from 255 or 53.06% from 360); Green value is 24 (9.77% from 255 or 6.67% from 360); Blue value is 145 (57.03% from 255 or 40.28% from 360); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1891 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF1891 is #40E76E. Grayscale: #575757. Windows color (decimal): -4253551 or 9509055. OLE color: 9509055.
HSL color Cylindrical-coordinate representation of color #BF1891: hue angle of 316.53º degrees, saturation: 0.78, 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 #BF1891 is Cyan = 0, Magento = 0.87, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 24 | 145 | - |
| CMYK | 0 | 0.87 | 0.24 | 0.25 |
| HSL | 316.53º | 0.78% | 0.42% | - |
| HSV(B) | 316.53º | 0.87% | 0.75% | - |
| XYZ | 26.92 | 13.77 | 28.03 | - |
| YUV | 87.73 | 160.33 | 201.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 24 | 145 | 0 | 0.87 | 0.24 | 0.25 | 316.53 | 0.78 | 0.42 |
| Hex | BF | 18 | 91 | 0 | 57 | 18 | 19 | 13D | 4E | 2A |
| Octal | 277 | 30 | 221 | 0 | 127 | 30 | 31 | 475 | 116 | 52 |
| Binary | 10111111 | 11000 | 10010001 | 0 | 1010111 | 11000 | 11001 | 100111101 | 1001110 | 101010 |
Color Harmonies of #BF1891
Complementary color
Monochromatic Colors of #BF1891
Black with #BF1891
Text Example
Text Example
White with #BF1891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1891; }
p { color: rgb(191,24,145); }
H1.HeaderClassName
{
color: #BF1891;
}
.AnyTagClassName
{
color: #BF1891;
}
</style>
background-color css
<style>
a { background-color: #BF1891; }
a { background-color: rgb(191,24,145); }
div.DivClassName
{
background-color: #BF1891;
}
.BgClassName
{
background-color: #BF1891;
}
</style>
border-color css
<style>
span { border-color: #BF1891; }
span { border-color: rgb(191,24,145); }
td.TdClassName
{
border-color: #BF1891;
}
.TagClassName
{
border-color: #BF1891;
}
</style>