Shades of Medium Violet Red #BF19A2
Tints of Medium Violet Red #BF19A2
RGB
CMYK
RGB Variations
Color information
#BF19A2 (or 0xBF19A2) is known color: Medium Violet Red. HEX triplet: BF, 19 and A2. RGB value is (191,25,162). Sum of RGB (Red+Green+Blue) = 191+25+162=378 (50% of max value = 765). Red value is 191 (75% from 255 or 50.53% from 378); Green value is 25 (10.16% from 255 or 6.61% from 378); Blue value is 162 (63.67% from 255 or 42.86% from 378); Max value from RGB is 191 - color contains mainly: red. Hex color #BF19A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF19A2 is #40E65D. Grayscale: #595959. Windows color (decimal): -4253278 or 10623423. OLE color: 10623423.
HSL color Cylindrical-coordinate representation of color #BF19A2: hue angle of 310.48º 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 #BF19A2 is Cyan = 0, Magento = 0.87, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 25 | 162 | - |
| CMYK | 0 | 0.87 | 0.15 | 0.25 |
| HSL | 310.48º | 0.77% | 0.42% | - |
| HSV(B) | 310.48º | 0.87% | 0.75% | - |
| XYZ | 28.36 | 14.38 | 35.46 | - |
| YUV | 90.25 | 168.5 | 199.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 25 | 162 | 0 | 0.87 | 0.15 | 0.25 | 310.48 | 0.77 | 0.42 |
| Hex | BF | 19 | A2 | 0 | 57 | F | 19 | 136 | 4D | 2A |
| Octal | 277 | 31 | 242 | 0 | 127 | 17 | 31 | 466 | 115 | 52 |
| Binary | 10111111 | 11001 | 10100010 | 0 | 1010111 | 1111 | 11001 | 100110110 | 1001101 | 101010 |
Color Harmonies of #BF19A2
Complementary color
Monochromatic Colors of #BF19A2
Black with #BF19A2
Text Example
Text Example
White with #BF19A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF19A2; }
p { color: rgb(191,25,162); }
H1.HeaderClassName
{
color: #BF19A2;
}
.AnyTagClassName
{
color: #BF19A2;
}
</style>
background-color css
<style>
a { background-color: #BF19A2; }
a { background-color: rgb(191,25,162); }
div.DivClassName
{
background-color: #BF19A2;
}
.BgClassName
{
background-color: #BF19A2;
}
</style>
border-color css
<style>
span { border-color: #BF19A2; }
span { border-color: rgb(191,25,162); }
td.TdClassName
{
border-color: #BF19A2;
}
.TagClassName
{
border-color: #BF19A2;
}
</style>