Shades of Medium Violet Red #BF199A
Tints of Medium Violet Red #BF199A
RGB
CMYK
RGB Variations
Color information
#BF199A (or 0xBF199A) is known color: Medium Violet Red. HEX triplet: BF, 19 and 9A. RGB value is (191,25,154). Sum of RGB (Red+Green+Blue) = 191+25+154=370 (49% of max value = 765). Red value is 191 (75% from 255 or 51.62% from 370); Green value is 25 (10.16% from 255 or 6.76% from 370); Blue value is 154 (60.55% from 255 or 41.62% from 370); Max value from RGB is 191 - color contains mainly: red. Hex color #BF199A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF199A is #40E665. Grayscale: #585858. Windows color (decimal): -4253286 or 10099135. OLE color: 10099135.
HSL color Cylindrical-coordinate representation of color #BF199A: hue angle of 313.37º 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 #BF199A is Cyan = 0, Magento = 0.87, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 25 | 154 | - |
| CMYK | 0 | 0.87 | 0.19 | 0.25 |
| HSL | 313.37º | 0.77% | 0.42% | - |
| HSV(B) | 313.37º | 0.87% | 0.75% | - |
| XYZ | 27.67 | 14.1 | 31.84 | - |
| YUV | 89.34 | 164.5 | 200.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 25 | 154 | 0 | 0.87 | 0.19 | 0.25 | 313.37 | 0.77 | 0.42 |
| Hex | BF | 19 | 9A | 0 | 57 | 13 | 19 | 139 | 4D | 2A |
| Octal | 277 | 31 | 232 | 0 | 127 | 23 | 31 | 471 | 115 | 52 |
| Binary | 10111111 | 11001 | 10011010 | 0 | 1010111 | 10011 | 11001 | 100111001 | 1001101 | 101010 |
Color Harmonies of #BF199A
Complementary color
Monochromatic Colors of #BF199A
Black with #BF199A
Text Example
Text Example
White with #BF199A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF199A; }
p { color: rgb(191,25,154); }
H1.HeaderClassName
{
color: #BF199A;
}
.AnyTagClassName
{
color: #BF199A;
}
</style>
background-color css
<style>
a { background-color: #BF199A; }
a { background-color: rgb(191,25,154); }
div.DivClassName
{
background-color: #BF199A;
}
.BgClassName
{
background-color: #BF199A;
}
</style>
border-color css
<style>
span { border-color: #BF199A; }
span { border-color: rgb(191,25,154); }
td.TdClassName
{
border-color: #BF199A;
}
.TagClassName
{
border-color: #BF199A;
}
</style>