Shades of Medium Violet Red #BF147C
Tints of Medium Violet Red #BF147C
RGB
CMYK
RGB Variations
Color information
#BF147C (or 0xBF147C) is known color: Medium Violet Red. HEX triplet: BF, 14 and 7C. RGB value is (191,20,124). Sum of RGB (Red+Green+Blue) = 191+20+124=335 (44% of max value = 765). Red value is 191 (75% from 255 or 57.01% from 335); Green value is 20 (8.20% from 255 or 5.97% from 335); Blue value is 124 (48.83% from 255 or 37.01% from 335); Max value from RGB is 191 - color contains mainly: red. Hex color #BF147C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF147C is #40EB83. Grayscale: #525252. Windows color (decimal): -4254596 or 8131775. OLE color: 8131775.
HSL color Cylindrical-coordinate representation of color #BF147C: hue angle of 323.51º 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 #BF147C is Cyan = 0, Magento = 0.90, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 20 | 124 | - |
| CMYK | 0 | 0.90 | 0.35 | 0.25 |
| HSL | 323.51º | 0.81% | 0.41% | - |
| HSV(B) | 323.51º | 0.9% | 0.75% | - |
| XYZ | 25.37 | 13.03 | 20.25 | - |
| YUV | 82.99 | 151.15 | 205.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 20 | 124 | 0 | 0.90 | 0.35 | 0.25 | 323.51 | 0.81 | 0.41 |
| Hex | BF | 14 | 7C | 0 | 5A | 23 | 19 | 144 | 51 | 29 |
| Octal | 277 | 24 | 174 | 0 | 132 | 43 | 31 | 504 | 121 | 51 |
| Binary | 10111111 | 10100 | 1111100 | 0 | 1011010 | 100011 | 11001 | 101000100 | 1010001 | 101001 |
Color Harmonies of #BF147C
Complementary color
Monochromatic Colors of #BF147C
Black with #BF147C
Text Example
Text Example
White with #BF147C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF147C; }
p { color: rgb(191,20,124); }
H1.HeaderClassName
{
color: #BF147C;
}
.AnyTagClassName
{
color: #BF147C;
}
</style>
background-color css
<style>
a { background-color: #BF147C; }
a { background-color: rgb(191,20,124); }
div.DivClassName
{
background-color: #BF147C;
}
.BgClassName
{
background-color: #BF147C;
}
</style>
border-color css
<style>
span { border-color: #BF147C; }
span { border-color: rgb(191,20,124); }
td.TdClassName
{
border-color: #BF147C;
}
.TagClassName
{
border-color: #BF147C;
}
</style>