Shades of Medium Violet Red #BF2190
Tints of Medium Violet Red #BF2190
RGB
CMYK
RGB Variations
Color information
#BF2190 (or 0xBF2190) is known color: Medium Violet Red. HEX triplet: BF, 21 and 90. RGB value is (191,33,144). Sum of RGB (Red+Green+Blue) = 191+33+144=368 (48% of max value = 765). Red value is 191 (75% from 255 or 51.90% from 368); Green value is 33 (13.28% from 255 or 8.97% from 368); Blue value is 144 (56.64% from 255 or 39.13% from 368); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2190 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF2190 is #40DE6F. Grayscale: #5C5C5C. Windows color (decimal): -4251248 or 9445823. OLE color: 9445823.
HSL color Cylindrical-coordinate representation of color #BF2190: hue angle of 317.85º 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 #BF2190 is Cyan = 0, Magento = 0.83, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 33 | 144 | - |
| CMYK | 0 | 0.83 | 0.25 | 0.25 |
| HSL | 317.85º | 0.71% | 0.44% | - |
| HSV(B) | 317.85º | 0.83% | 0.75% | - |
| XYZ | 27.06 | 14.18 | 27.7 | - |
| YUV | 92.9 | 156.85 | 197.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 33 | 144 | 0 | 0.83 | 0.25 | 0.25 | 317.85 | 0.71 | 0.44 |
| Hex | BF | 21 | 90 | 0 | 53 | 19 | 19 | 13E | 47 | 2C |
| Octal | 277 | 41 | 220 | 0 | 123 | 31 | 31 | 476 | 107 | 54 |
| Binary | 10111111 | 100001 | 10010000 | 0 | 1010011 | 11001 | 11001 | 100111110 | 1000111 | 101100 |
Color Harmonies of #BF2190
Complementary color
Monochromatic Colors of #BF2190
Black with #BF2190
Text Example
Text Example
White with #BF2190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2190; }
p { color: rgb(191,33,144); }
H1.HeaderClassName
{
color: #BF2190;
}
.AnyTagClassName
{
color: #BF2190;
}
</style>
background-color css
<style>
a { background-color: #BF2190; }
a { background-color: rgb(191,33,144); }
div.DivClassName
{
background-color: #BF2190;
}
.BgClassName
{
background-color: #BF2190;
}
</style>
border-color css
<style>
span { border-color: #BF2190; }
span { border-color: rgb(191,33,144); }
td.TdClassName
{
border-color: #BF2190;
}
.TagClassName
{
border-color: #BF2190;
}
</style>