Shades of Medium Violet Red #BF199D
Tints of Medium Violet Red #BF199D
RGB
CMYK
RGB Variations
Color information
#BF199D (or 0xBF199D) is known color: Medium Violet Red. HEX triplet: BF, 19 and 9D. RGB value is (191,25,157). Sum of RGB (Red+Green+Blue) = 191+25+157=373 (49% of max value = 765). Red value is 191 (75% from 255 or 51.21% from 373); Green value is 25 (10.16% from 255 or 6.70% from 373); Blue value is 157 (61.72% from 255 or 42.09% from 373); Max value from RGB is 191 - color contains mainly: red. Hex color #BF199D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF199D is #40E662. Grayscale: #595959. Windows color (decimal): -4253283 or 10295743. OLE color: 10295743.
HSL color Cylindrical-coordinate representation of color #BF199D: hue angle of 312.29º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BF199D is Cyan = 0, Magento = 0.87, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 25 | 157 | - |
| CMYK | 0 | 0.87 | 0.18 | 0.25 |
| HSL | 312.29º | 0.77% | 0.42% | - |
| HSV(B) | 312.29º | 0.87% | 0.75% | - |
| XYZ | 27.92 | 14.21 | 33.17 | - |
| YUV | 89.68 | 166 | 200.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 25 | 157 | 0 | 0.87 | 0.18 | 0.25 | 312.29 | 0.77 | 0.42 |
| Hex | BF | 19 | 9D | 0 | 57 | 12 | 19 | 138 | 4D | 2A |
| Octal | 277 | 31 | 235 | 0 | 127 | 22 | 31 | 470 | 115 | 52 |
| Binary | 10111111 | 11001 | 10011101 | 0 | 1010111 | 10010 | 11001 | 100111000 | 1001101 | 101010 |
Color Harmonies of #BF199D
Complementary color
Monochromatic Colors of #BF199D
Black with #BF199D
Text Example
Text Example
White with #BF199D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF199D; }
p { color: rgb(191,25,157); }
H1.HeaderClassName
{
color: #BF199D;
}
.AnyTagClassName
{
color: #BF199D;
}
</style>
background-color css
<style>
a { background-color: #BF199D; }
a { background-color: rgb(191,25,157); }
div.DivClassName
{
background-color: #BF199D;
}
.BgClassName
{
background-color: #BF199D;
}
</style>
border-color css
<style>
span { border-color: #BF199D; }
span { border-color: rgb(191,25,157); }
td.TdClassName
{
border-color: #BF199D;
}
.TagClassName
{
border-color: #BF199D;
}
</style>