Shades of Medium Violet Red #BF1C92
Tints of Medium Violet Red #BF1C92
RGB
CMYK
RGB Variations
Color information
#BF1C92 (or 0xBF1C92) is known color: Medium Violet Red. HEX triplet: BF, 1C and 92. RGB value is (191,28,146). Sum of RGB (Red+Green+Blue) = 191+28+146=365 (48% of max value = 765). Red value is 191 (75% from 255 or 52.33% from 365); Green value is 28 (11.33% from 255 or 7.67% from 365); Blue value is 146 (57.42% from 255 or 40% from 365); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1C92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF1C92 is #40E36D. Grayscale: #595959. Windows color (decimal): -4252526 or 9575615. OLE color: 9575615.
HSL color Cylindrical-coordinate representation of color #BF1C92: hue angle of 316.56º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BF1C92 is Cyan = 0, Magento = 0.85, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 28 | 146 | - |
| CMYK | 0 | 0.85 | 0.24 | 0.25 |
| HSL | 316.56º | 0.74% | 0.43% | - |
| HSV(B) | 316.56º | 0.85% | 0.75% | - |
| XYZ | 27.09 | 13.98 | 28.47 | - |
| YUV | 90.19 | 159.5 | 199.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 28 | 146 | 0 | 0.85 | 0.24 | 0.25 | 316.56 | 0.74 | 0.43 |
| Hex | BF | 1C | 92 | 0 | 55 | 18 | 19 | 13D | 4A | 2B |
| Octal | 277 | 34 | 222 | 0 | 125 | 30 | 31 | 475 | 112 | 53 |
| Binary | 10111111 | 11100 | 10010010 | 0 | 1010101 | 11000 | 11001 | 100111101 | 1001010 | 101011 |
Color Harmonies of #BF1C92
Complementary color
Monochromatic Colors of #BF1C92
Black with #BF1C92
Text Example
Text Example
White with #BF1C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1C92; }
p { color: rgb(191,28,146); }
H1.HeaderClassName
{
color: #BF1C92;
}
.AnyTagClassName
{
color: #BF1C92;
}
</style>
background-color css
<style>
a { background-color: #BF1C92; }
a { background-color: rgb(191,28,146); }
div.DivClassName
{
background-color: #BF1C92;
}
.BgClassName
{
background-color: #BF1C92;
}
</style>
border-color css
<style>
span { border-color: #BF1C92; }
span { border-color: rgb(191,28,146); }
td.TdClassName
{
border-color: #BF1C92;
}
.TagClassName
{
border-color: #BF1C92;
}
</style>