Shades of Medium Violet Red #BF2197
Tints of Medium Violet Red #BF2197
RGB
CMYK
RGB Variations
Color information
#BF2197 (or 0xBF2197) is known color: Medium Violet Red. HEX triplet: BF, 21 and 97. RGB value is (191,33,151). Sum of RGB (Red+Green+Blue) = 191+33+151=375 (49% of max value = 765). Red value is 191 (75% from 255 or 50.93% from 375); Green value is 33 (13.28% from 255 or 8.8% from 375); Blue value is 151 (59.38% from 255 or 40.27% from 375); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2197 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF2197 is #40DE68. Grayscale: #5D5D5D. Windows color (decimal): -4251241 or 9904575. OLE color: 9904575.
HSL color Cylindrical-coordinate representation of color #BF2197: hue angle of 315.19º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BF2197 is Cyan = 0, Magento = 0.83, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 33 | 151 | - |
| CMYK | 0 | 0.83 | 0.21 | 0.25 |
| HSL | 315.19º | 0.71% | 0.44% | - |
| HSV(B) | 315.19º | 0.83% | 0.75% | - |
| XYZ | 27.62 | 14.4 | 30.6 | - |
| YUV | 93.69 | 160.35 | 197.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 33 | 151 | 0 | 0.83 | 0.21 | 0.25 | 315.19 | 0.71 | 0.44 |
| Hex | BF | 21 | 97 | 0 | 53 | 15 | 19 | 13B | 47 | 2C |
| Octal | 277 | 41 | 227 | 0 | 123 | 25 | 31 | 473 | 107 | 54 |
| Binary | 10111111 | 100001 | 10010111 | 0 | 1010011 | 10101 | 11001 | 100111011 | 1000111 | 101100 |
Color Harmonies of #BF2197
Complementary color
Monochromatic Colors of #BF2197
Black with #BF2197
Text Example
Text Example
White with #BF2197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2197; }
p { color: rgb(191,33,151); }
H1.HeaderClassName
{
color: #BF2197;
}
.AnyTagClassName
{
color: #BF2197;
}
</style>
background-color css
<style>
a { background-color: #BF2197; }
a { background-color: rgb(191,33,151); }
div.DivClassName
{
background-color: #BF2197;
}
.BgClassName
{
background-color: #BF2197;
}
</style>
border-color css
<style>
span { border-color: #BF2197; }
span { border-color: rgb(191,33,151); }
td.TdClassName
{
border-color: #BF2197;
}
.TagClassName
{
border-color: #BF2197;
}
</style>