Shades of Medium Violet Red #BF1592
Tints of Medium Violet Red #BF1592
RGB
CMYK
RGB Variations
Color information
#BF1592 (or 0xBF1592) is known color: Medium Violet Red. HEX triplet: BF, 15 and 92. RGB value is (191,21,146). Sum of RGB (Red+Green+Blue) = 191+21+146=358 (47% of max value = 765). Red value is 191 (75% from 255 or 53.35% from 358); Green value is 21 (8.59% from 255 or 5.87% from 358); Blue value is 146 (57.42% from 255 or 40.78% from 358); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1592 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF1592 is #40EA6D. Grayscale: #555555. Windows color (decimal): -4254318 or 9573823. OLE color: 9573823.
HSL color Cylindrical-coordinate representation of color #BF1592: hue angle of 315.88º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BF1592 is Cyan = 0, Magento = 0.89, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 21 | 146 | - |
| CMYK | 0 | 0.89 | 0.24 | 0.25 |
| HSL | 315.88º | 0.8% | 0.42% | - |
| HSV(B) | 315.88º | 0.89% | 0.75% | - |
| XYZ | 26.94 | 13.69 | 28.42 | - |
| YUV | 86.08 | 161.82 | 202.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 21 | 146 | 0 | 0.89 | 0.24 | 0.25 | 315.88 | 0.8 | 0.42 |
| Hex | BF | 15 | 92 | 0 | 59 | 18 | 19 | 13C | 50 | 2A |
| Octal | 277 | 25 | 222 | 0 | 131 | 30 | 31 | 474 | 120 | 52 |
| Binary | 10111111 | 10101 | 10010010 | 0 | 1011001 | 11000 | 11001 | 100111100 | 1010000 | 101010 |
Color Harmonies of #BF1592
Complementary color
Monochromatic Colors of #BF1592
Black with #BF1592
Text Example
Text Example
White with #BF1592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1592; }
p { color: rgb(191,21,146); }
H1.HeaderClassName
{
color: #BF1592;
}
.AnyTagClassName
{
color: #BF1592;
}
</style>
background-color css
<style>
a { background-color: #BF1592; }
a { background-color: rgb(191,21,146); }
div.DivClassName
{
background-color: #BF1592;
}
.BgClassName
{
background-color: #BF1592;
}
</style>
border-color css
<style>
span { border-color: #BF1592; }
span { border-color: rgb(191,21,146); }
td.TdClassName
{
border-color: #BF1592;
}
.TagClassName
{
border-color: #BF1592;
}
</style>