Shades of Medium Violet Red #BF1189
Tints of Medium Violet Red #BF1189
RGB
CMYK
RGB Variations
Color information
#BF1189 (or 0xBF1189) is known color: Medium Violet Red. HEX triplet: BF, 11 and 89. RGB value is (191,17,137). Sum of RGB (Red+Green+Blue) = 191+17+137=345 (45% of max value = 765). Red value is 191 (75% from 255 or 55.36% from 345); Green value is 17 (7.03% from 255 or 4.93% from 345); Blue value is 137 (53.91% from 255 or 39.71% from 345); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1189 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF1189 is #40EE76. Grayscale: #525252. Windows color (decimal): -4255351 or 8982975. OLE color: 8982975.
HSL color Cylindrical-coordinate representation of color #BF1189: hue angle of 318.62º 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 #BF1189 is Cyan = 0, Magento = 0.91, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 17 | 137 | - |
| CMYK | 0 | 0.91 | 0.28 | 0.25 |
| HSL | 318.62º | 0.84% | 0.41% | - |
| HSV(B) | 318.62º | 0.91% | 0.75% | - |
| XYZ | 26.2 | 13.28 | 24.85 | - |
| YUV | 82.71 | 158.65 | 205.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 17 | 137 | 0 | 0.91 | 0.28 | 0.25 | 318.62 | 0.84 | 0.41 |
| Hex | BF | 11 | 89 | 0 | 5B | 1C | 19 | 13F | 54 | 29 |
| Octal | 277 | 21 | 211 | 0 | 133 | 34 | 31 | 477 | 124 | 51 |
| Binary | 10111111 | 10001 | 10001001 | 0 | 1011011 | 11100 | 11001 | 100111111 | 1010100 | 101001 |
Color Harmonies of #BF1189
Complementary color
Monochromatic Colors of #BF1189
Black with #BF1189
Text Example
Text Example
White with #BF1189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1189; }
p { color: rgb(191,17,137); }
H1.HeaderClassName
{
color: #BF1189;
}
.AnyTagClassName
{
color: #BF1189;
}
</style>
background-color css
<style>
a { background-color: #BF1189; }
a { background-color: rgb(191,17,137); }
div.DivClassName
{
background-color: #BF1189;
}
.BgClassName
{
background-color: #BF1189;
}
</style>
border-color css
<style>
span { border-color: #BF1189; }
span { border-color: rgb(191,17,137); }
td.TdClassName
{
border-color: #BF1189;
}
.TagClassName
{
border-color: #BF1189;
}
</style>