Shades of Medium Violet Red #BF197D
Tints of Medium Violet Red #BF197D
RGB
CMYK
RGB Variations
Color information
#BF197D (or 0xBF197D) is known color: Medium Violet Red. HEX triplet: BF, 19 and 7D. RGB value is (191,25,125). Sum of RGB (Red+Green+Blue) = 191+25+125=341 (45% of max value = 765). Red value is 191 (75% from 255 or 56.01% from 341); Green value is 25 (10.16% from 255 or 7.33% from 341); Blue value is 125 (49.22% from 255 or 36.66% from 341); Max value from RGB is 191 - color contains mainly: red. Hex color #BF197D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF197D is #40E682. Grayscale: #555555. Windows color (decimal): -4253315 or 8198591. OLE color: 8198591.
HSL color Cylindrical-coordinate representation of color #BF197D: hue angle of 323.86º 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 #BF197D is Cyan = 0, Magento = 0.87, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 25 | 125 | - |
| CMYK | 0 | 0.87 | 0.35 | 0.25 |
| HSL | 323.86º | 0.77% | 0.42% | - |
| HSV(B) | 323.86º | 0.87% | 0.75% | - |
| XYZ | 25.54 | 13.25 | 20.61 | - |
| YUV | 86.03 | 150 | 202.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 25 | 125 | 0 | 0.87 | 0.35 | 0.25 | 323.86 | 0.77 | 0.42 |
| Hex | BF | 19 | 7D | 0 | 57 | 23 | 19 | 144 | 4D | 2A |
| Octal | 277 | 31 | 175 | 0 | 127 | 43 | 31 | 504 | 115 | 52 |
| Binary | 10111111 | 11001 | 1111101 | 0 | 1010111 | 100011 | 11001 | 101000100 | 1001101 | 101010 |
Color Harmonies of #BF197D
Complementary color
Monochromatic Colors of #BF197D
Black with #BF197D
Text Example
Text Example
White with #BF197D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF197D; }
p { color: rgb(191,25,125); }
H1.HeaderClassName
{
color: #BF197D;
}
.AnyTagClassName
{
color: #BF197D;
}
</style>
background-color css
<style>
a { background-color: #BF197D; }
a { background-color: rgb(191,25,125); }
div.DivClassName
{
background-color: #BF197D;
}
.BgClassName
{
background-color: #BF197D;
}
</style>
border-color css
<style>
span { border-color: #BF197D; }
span { border-color: rgb(191,25,125); }
td.TdClassName
{
border-color: #BF197D;
}
.TagClassName
{
border-color: #BF197D;
}
</style>