Shades of Medium Violet Red #BF2193
Tints of Medium Violet Red #BF2193
RGB
CMYK
RGB Variations
Color information
#BF2193 (or 0xBF2193) is known color: Medium Violet Red. HEX triplet: BF, 21 and 93. RGB value is (191,33,147). Sum of RGB (Red+Green+Blue) = 191+33+147=371 (49% of max value = 765). Red value is 191 (75% from 255 or 51.48% from 371); Green value is 33 (13.28% from 255 or 8.89% from 371); Blue value is 147 (57.81% from 255 or 39.62% from 371); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2193 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF2193 is #40DE6C. Grayscale: #5C5C5C. Windows color (decimal): -4251245 or 9642431. OLE color: 9642431.
HSL color Cylindrical-coordinate representation of color #BF2193: hue angle of 316.71º 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 #BF2193 is Cyan = 0, Magento = 0.83, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 33 | 147 | - |
| CMYK | 0 | 0.83 | 0.23 | 0.25 |
| HSL | 316.71º | 0.71% | 0.44% | - |
| HSV(B) | 316.71º | 0.83% | 0.75% | - |
| XYZ | 27.3 | 14.27 | 28.92 | - |
| YUV | 93.24 | 158.35 | 197.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 33 | 147 | 0 | 0.83 | 0.23 | 0.25 | 316.71 | 0.71 | 0.44 |
| Hex | BF | 21 | 93 | 0 | 53 | 17 | 19 | 13D | 47 | 2C |
| Octal | 277 | 41 | 223 | 0 | 123 | 27 | 31 | 475 | 107 | 54 |
| Binary | 10111111 | 100001 | 10010011 | 0 | 1010011 | 10111 | 11001 | 100111101 | 1000111 | 101100 |
Color Harmonies of #BF2193
Complementary color
Monochromatic Colors of #BF2193
Black with #BF2193
Text Example
Text Example
White with #BF2193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2193; }
p { color: rgb(191,33,147); }
H1.HeaderClassName
{
color: #BF2193;
}
.AnyTagClassName
{
color: #BF2193;
}
</style>
background-color css
<style>
a { background-color: #BF2193; }
a { background-color: rgb(191,33,147); }
div.DivClassName
{
background-color: #BF2193;
}
.BgClassName
{
background-color: #BF2193;
}
</style>
border-color css
<style>
span { border-color: #BF2193; }
span { border-color: rgb(191,33,147); }
td.TdClassName
{
border-color: #BF2193;
}
.TagClassName
{
border-color: #BF2193;
}
</style>