Shades of Medium Violet Red #BF1289
Tints of Medium Violet Red #BF1289
RGB
CMYK
RGB Variations
Color information
#BF1289 (or 0xBF1289) is known color: Medium Violet Red. HEX triplet: BF, 12 and 89. RGB value is (191,18,137). Sum of RGB (Red+Green+Blue) = 191+18+137=346 (45% of max value = 765). Red value is 191 (75% from 255 or 55.20% from 346); Green value is 18 (7.42% from 255 or 5.20% from 346); Blue value is 137 (53.91% from 255 or 39.60% from 346); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1289 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF1289 is #40ED76. Grayscale: #525252. Windows color (decimal): -4255095 or 8983231. OLE color: 8983231.
HSL color Cylindrical-coordinate representation of color #BF1289: hue angle of 318.73º degrees, saturation: 0.83, 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 #BF1289 is Cyan = 0, Magento = 0.91, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 18 | 137 | - |
| CMYK | 0 | 0.91 | 0.28 | 0.25 |
| HSL | 318.73º | 0.83% | 0.41% | - |
| HSV(B) | 318.73º | 0.91% | 0.75% | - |
| XYZ | 26.22 | 13.32 | 24.86 | - |
| YUV | 83.29 | 158.31 | 204.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 18 | 137 | 0 | 0.91 | 0.28 | 0.25 | 318.73 | 0.83 | 0.41 |
| Hex | BF | 12 | 89 | 0 | 5B | 1C | 19 | 13F | 53 | 29 |
| Octal | 277 | 22 | 211 | 0 | 133 | 34 | 31 | 477 | 123 | 51 |
| Binary | 10111111 | 10010 | 10001001 | 0 | 1011011 | 11100 | 11001 | 100111111 | 1010011 | 101001 |
Color Harmonies of #BF1289
Complementary color
Monochromatic Colors of #BF1289
Black with #BF1289
Text Example
Text Example
White with #BF1289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1289; }
p { color: rgb(191,18,137); }
H1.HeaderClassName
{
color: #BF1289;
}
.AnyTagClassName
{
color: #BF1289;
}
</style>
background-color css
<style>
a { background-color: #BF1289; }
a { background-color: rgb(191,18,137); }
div.DivClassName
{
background-color: #BF1289;
}
.BgClassName
{
background-color: #BF1289;
}
</style>
border-color css
<style>
span { border-color: #BF1289; }
span { border-color: rgb(191,18,137); }
td.TdClassName
{
border-color: #BF1289;
}
.TagClassName
{
border-color: #BF1289;
}
</style>