Shades of Medium Violet Red #BF147F
Tints of Medium Violet Red #BF147F
RGB
CMYK
RGB Variations
Color information
#BF147F (or 0xBF147F) is known color: Medium Violet Red. HEX triplet: BF, 14 and 7F. RGB value is (191,20,127). Sum of RGB (Red+Green+Blue) = 191+20+127=338 (44% of max value = 765). Red value is 191 (75% from 255 or 56.51% from 338); Green value is 20 (8.20% from 255 or 5.92% from 338); Blue value is 127 (50% from 255 or 37.57% from 338); Max value from RGB is 191 - color contains mainly: red. Hex color #BF147F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF147F is #40EB80. Grayscale: #535353. Windows color (decimal): -4254593 or 8328383. OLE color: 8328383.
HSL color Cylindrical-coordinate representation of color #BF147F: hue angle of 322.46º 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 #BF147F is Cyan = 0, Magento = 0.90, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 20 | 127 | - |
| CMYK | 0 | 0.90 | 0.34 | 0.25 |
| HSL | 322.46º | 0.81% | 0.41% | - |
| HSV(B) | 322.46º | 0.9% | 0.75% | - |
| XYZ | 25.57 | 13.11 | 21.26 | - |
| YUV | 83.33 | 152.65 | 204.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 20 | 127 | 0 | 0.90 | 0.34 | 0.25 | 322.46 | 0.81 | 0.41 |
| Hex | BF | 14 | 7F | 0 | 5A | 22 | 19 | 142 | 51 | 29 |
| Octal | 277 | 24 | 177 | 0 | 132 | 42 | 31 | 502 | 121 | 51 |
| Binary | 10111111 | 10100 | 1111111 | 0 | 1011010 | 100010 | 11001 | 101000010 | 1010001 | 101001 |
Color Harmonies of #BF147F
Complementary color
Monochromatic Colors of #BF147F
Black with #BF147F
Text Example
Text Example
White with #BF147F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF147F; }
p { color: rgb(191,20,127); }
H1.HeaderClassName
{
color: #BF147F;
}
.AnyTagClassName
{
color: #BF147F;
}
</style>
background-color css
<style>
a { background-color: #BF147F; }
a { background-color: rgb(191,20,127); }
div.DivClassName
{
background-color: #BF147F;
}
.BgClassName
{
background-color: #BF147F;
}
</style>
border-color css
<style>
span { border-color: #BF147F; }
span { border-color: rgb(191,20,127); }
td.TdClassName
{
border-color: #BF147F;
}
.TagClassName
{
border-color: #BF147F;
}
</style>