Shades of Medium Violet Red #BF1589
Tints of Medium Violet Red #BF1589
RGB
CMYK
RGB Variations
Color information
#BF1589 (or 0xBF1589) is known color: Medium Violet Red. HEX triplet: BF, 15 and 89. RGB value is (191,21,137). Sum of RGB (Red+Green+Blue) = 191+21+137=349 (46% of max value = 765). Red value is 191 (75% from 255 or 54.73% from 349); Green value is 21 (8.59% from 255 or 6.02% from 349); Blue value is 137 (53.91% from 255 or 39.26% from 349); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1589 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF1589 is #40EA76. Grayscale: #545454. Windows color (decimal): -4254327 or 8983999. OLE color: 8983999.
HSL color Cylindrical-coordinate representation of color #BF1589: hue angle of 319.06º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BF1589 is Cyan = 0, Magento = 0.89, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 21 | 137 | - |
| CMYK | 0 | 0.89 | 0.28 | 0.25 |
| HSL | 319.06º | 0.8% | 0.42% | - |
| HSV(B) | 319.06º | 0.89% | 0.75% | - |
| XYZ | 26.27 | 13.42 | 24.87 | - |
| YUV | 85.05 | 157.32 | 203.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 21 | 137 | 0 | 0.89 | 0.28 | 0.25 | 319.06 | 0.8 | 0.42 |
| Hex | BF | 15 | 89 | 0 | 59 | 1C | 19 | 13F | 50 | 2A |
| Octal | 277 | 25 | 211 | 0 | 131 | 34 | 31 | 477 | 120 | 52 |
| Binary | 10111111 | 10101 | 10001001 | 0 | 1011001 | 11100 | 11001 | 100111111 | 1010000 | 101010 |
Color Harmonies of #BF1589
Complementary color
Monochromatic Colors of #BF1589
Black with #BF1589
Text Example
Text Example
White with #BF1589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1589; }
p { color: rgb(191,21,137); }
H1.HeaderClassName
{
color: #BF1589;
}
.AnyTagClassName
{
color: #BF1589;
}
</style>
background-color css
<style>
a { background-color: #BF1589; }
a { background-color: rgb(191,21,137); }
div.DivClassName
{
background-color: #BF1589;
}
.BgClassName
{
background-color: #BF1589;
}
</style>
border-color css
<style>
span { border-color: #BF1589; }
span { border-color: rgb(191,21,137); }
td.TdClassName
{
border-color: #BF1589;
}
.TagClassName
{
border-color: #BF1589;
}
</style>