Shades of Medium Violet Red #BF119A
Tints of Medium Violet Red #BF119A
RGB
CMYK
RGB Variations
Color information
#BF119A (or 0xBF119A) is known color: Medium Violet Red. HEX triplet: BF, 11 and 9A. RGB value is (191,17,154). Sum of RGB (Red+Green+Blue) = 191+17+154=362 (47% of max value = 765). Red value is 191 (75% from 255 or 52.76% from 362); Green value is 17 (7.03% from 255 or 4.70% from 362); Blue value is 154 (60.55% from 255 or 42.54% from 362); Max value from RGB is 191 - color contains mainly: red. Hex color #BF119A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF119A is #40EE65. Grayscale: #545454. Windows color (decimal): -4255334 or 10097087. OLE color: 10097087.
HSL color Cylindrical-coordinate representation of color #BF119A: hue angle of 312.76º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BF119A is Cyan = 0, Magento = 0.91, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 17 | 154 | - |
| CMYK | 0 | 0.91 | 0.19 | 0.25 |
| HSL | 312.76º | 0.84% | 0.41% | - |
| HSV(B) | 312.76º | 0.91% | 0.75% | - |
| XYZ | 27.52 | 13.81 | 31.79 | - |
| YUV | 84.64 | 167.15 | 203.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 17 | 154 | 0 | 0.91 | 0.19 | 0.25 | 312.76 | 0.84 | 0.41 |
| Hex | BF | 11 | 9A | 0 | 5B | 13 | 19 | 139 | 54 | 29 |
| Octal | 277 | 21 | 232 | 0 | 133 | 23 | 31 | 471 | 124 | 51 |
| Binary | 10111111 | 10001 | 10011010 | 0 | 1011011 | 10011 | 11001 | 100111001 | 1010100 | 101001 |
Color Harmonies of #BF119A
Complementary color
Monochromatic Colors of #BF119A
Black with #BF119A
Text Example
Text Example
White with #BF119A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF119A; }
p { color: rgb(191,17,154); }
H1.HeaderClassName
{
color: #BF119A;
}
.AnyTagClassName
{
color: #BF119A;
}
</style>
background-color css
<style>
a { background-color: #BF119A; }
a { background-color: rgb(191,17,154); }
div.DivClassName
{
background-color: #BF119A;
}
.BgClassName
{
background-color: #BF119A;
}
</style>
border-color css
<style>
span { border-color: #BF119A; }
span { border-color: rgb(191,17,154); }
td.TdClassName
{
border-color: #BF119A;
}
.TagClassName
{
border-color: #BF119A;
}
</style>