Shades of Medium Violet Red #BF19A4
Tints of Medium Violet Red #BF19A4
RGB
CMYK
RGB Variations
Color information
#BF19A4 (or 0xBF19A4) is known color: Medium Violet Red. HEX triplet: BF, 19 and A4. RGB value is (191,25,164). Sum of RGB (Red+Green+Blue) = 191+25+164=380 (50% of max value = 765). Red value is 191 (75% from 255 or 50.26% from 380); Green value is 25 (10.16% from 255 or 6.58% from 380); Blue value is 164 (64.45% from 255 or 43.16% from 380); Max value from RGB is 191 - color contains mainly: red. Hex color #BF19A4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF19A4 is #40E65B. Grayscale: #5A5A5A. Windows color (decimal): -4253276 or 10754495. OLE color: 10754495.
HSL color Cylindrical-coordinate representation of color #BF19A4: hue angle of 309.76º 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 #BF19A4 is Cyan = 0, Magento = 0.87, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 25 | 164 | - |
| CMYK | 0 | 0.87 | 0.14 | 0.25 |
| HSL | 309.76º | 0.77% | 0.42% | - |
| HSV(B) | 309.76º | 0.87% | 0.75% | - |
| XYZ | 28.53 | 14.45 | 36.41 | - |
| YUV | 90.48 | 169.5 | 199.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 25 | 164 | 0 | 0.87 | 0.14 | 0.25 | 309.76 | 0.77 | 0.42 |
| Hex | BF | 19 | A4 | 0 | 57 | E | 19 | 136 | 4D | 2A |
| Octal | 277 | 31 | 244 | 0 | 127 | 16 | 31 | 466 | 115 | 52 |
| Binary | 10111111 | 11001 | 10100100 | 0 | 1010111 | 1110 | 11001 | 100110110 | 1001101 | 101010 |
Color Harmonies of #BF19A4
Complementary color
Monochromatic Colors of #BF19A4
Black with #BF19A4
Text Example
Text Example
White with #BF19A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF19A4; }
p { color: rgb(191,25,164); }
H1.HeaderClassName
{
color: #BF19A4;
}
.AnyTagClassName
{
color: #BF19A4;
}
</style>
background-color css
<style>
a { background-color: #BF19A4; }
a { background-color: rgb(191,25,164); }
div.DivClassName
{
background-color: #BF19A4;
}
.BgClassName
{
background-color: #BF19A4;
}
</style>
border-color css
<style>
span { border-color: #BF19A4; }
span { border-color: rgb(191,25,164); }
td.TdClassName
{
border-color: #BF19A4;
}
.TagClassName
{
border-color: #BF19A4;
}
</style>