Shades of Medium Violet Red #BF1487
Tints of Medium Violet Red #BF1487
RGB
CMYK
RGB Variations
Color information
#BF1487 (or 0xBF1487) is known color: Medium Violet Red. HEX triplet: BF, 14 and 87. RGB value is (191,20,135). Sum of RGB (Red+Green+Blue) = 191+20+135=346 (45% of max value = 765). Red value is 191 (75% from 255 or 55.20% from 346); Green value is 20 (8.20% from 255 or 5.78% from 346); Blue value is 135 (53.12% from 255 or 39.02% from 346); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1487 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF1487 is #40EB78. Grayscale: #535353. Windows color (decimal): -4254585 or 8852671. OLE color: 8852671.
HSL color Cylindrical-coordinate representation of color #BF1487: hue angle of 319.65º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BF1487 is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 20 | 135 | - |
| CMYK | 0 | 0.90 | 0.29 | 0.25 |
| HSL | 319.65º | 0.81% | 0.41% | - |
| HSV(B) | 319.65º | 0.9% | 0.75% | - |
| XYZ | 26.11 | 13.33 | 24.12 | - |
| YUV | 84.24 | 156.65 | 204.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 20 | 135 | 0 | 0.90 | 0.29 | 0.25 | 319.65 | 0.81 | 0.41 |
| Hex | BF | 14 | 87 | 0 | 5A | 1D | 19 | 140 | 51 | 29 |
| Octal | 277 | 24 | 207 | 0 | 132 | 35 | 31 | 500 | 121 | 51 |
| Binary | 10111111 | 10100 | 10000111 | 0 | 1011010 | 11101 | 11001 | 101000000 | 1010001 | 101001 |
Color Harmonies of #BF1487
Complementary color
Monochromatic Colors of #BF1487
Black with #BF1487
Text Example
Text Example
White with #BF1487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1487; }
p { color: rgb(191,20,135); }
H1.HeaderClassName
{
color: #BF1487;
}
.AnyTagClassName
{
color: #BF1487;
}
</style>
background-color css
<style>
a { background-color: #BF1487; }
a { background-color: rgb(191,20,135); }
div.DivClassName
{
background-color: #BF1487;
}
.BgClassName
{
background-color: #BF1487;
}
</style>
border-color css
<style>
span { border-color: #BF1487; }
span { border-color: rgb(191,20,135); }
td.TdClassName
{
border-color: #BF1487;
}
.TagClassName
{
border-color: #BF1487;
}
</style>