Shades of Medium Violet Red #BF1689
Tints of Medium Violet Red #BF1689
RGB
CMYK
RGB Variations
Color information
#BF1689 (or 0xBF1689) is known color: Medium Violet Red. HEX triplet: BF, 16 and 89. RGB value is (191,22,137). Sum of RGB (Red+Green+Blue) = 191+22+137=350 (46% of max value = 765). Red value is 191 (75% from 255 or 54.57% from 350); Green value is 22 (8.98% from 255 or 6.29% from 350); Blue value is 137 (53.91% from 255 or 39.14% from 350); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1689 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF1689 is #40E976. Grayscale: #555555. Windows color (decimal): -4254071 or 8984255. OLE color: 8984255.
HSL color Cylindrical-coordinate representation of color #BF1689: hue angle of 319.17º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BF1689 is Cyan = 0, Magento = 0.88, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 22 | 137 | - |
| CMYK | 0 | 0.88 | 0.28 | 0.25 |
| HSL | 319.17º | 0.79% | 0.42% | - |
| HSV(B) | 319.17º | 0.88% | 0.75% | - |
| XYZ | 26.29 | 13.46 | 24.88 | - |
| YUV | 85.64 | 156.99 | 203.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 22 | 137 | 0 | 0.88 | 0.28 | 0.25 | 319.17 | 0.79 | 0.42 |
| Hex | BF | 16 | 89 | 0 | 58 | 1C | 19 | 13F | 4F | 2A |
| Octal | 277 | 26 | 211 | 0 | 130 | 34 | 31 | 477 | 117 | 52 |
| Binary | 10111111 | 10110 | 10001001 | 0 | 1011000 | 11100 | 11001 | 100111111 | 1001111 | 101010 |
Color Harmonies of #BF1689
Complementary color
Monochromatic Colors of #BF1689
Black with #BF1689
Text Example
Text Example
White with #BF1689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1689; }
p { color: rgb(191,22,137); }
H1.HeaderClassName
{
color: #BF1689;
}
.AnyTagClassName
{
color: #BF1689;
}
</style>
background-color css
<style>
a { background-color: #BF1689; }
a { background-color: rgb(191,22,137); }
div.DivClassName
{
background-color: #BF1689;
}
.BgClassName
{
background-color: #BF1689;
}
</style>
border-color css
<style>
span { border-color: #BF1689; }
span { border-color: rgb(191,22,137); }
td.TdClassName
{
border-color: #BF1689;
}
.TagClassName
{
border-color: #BF1689;
}
</style>