Shades of Medium Violet Red #BF147E
Tints of Medium Violet Red #BF147E
RGB
CMYK
RGB Variations
Color information
#BF147E (or 0xBF147E) is known color: Medium Violet Red. HEX triplet: BF, 14 and 7E. RGB value is (191,20,126). Sum of RGB (Red+Green+Blue) = 191+20+126=337 (44% of max value = 765). Red value is 191 (75% from 255 or 56.68% from 337); Green value is 20 (8.20% from 255 or 5.93% from 337); Blue value is 126 (49.61% from 255 or 37.39% from 337); Max value from RGB is 191 - color contains mainly: red. Hex color #BF147E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF147E is #40EB81. Grayscale: #525252. Windows color (decimal): -4254594 or 8262847. OLE color: 8262847.
HSL color Cylindrical-coordinate representation of color #BF147E: hue angle of 322.81º 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 #BF147E is Cyan = 0, Magento = 0.90, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 20 | 126 | - |
| CMYK | 0 | 0.90 | 0.34 | 0.25 |
| HSL | 322.81º | 0.81% | 0.41% | - |
| HSV(B) | 322.81º | 0.9% | 0.75% | - |
| XYZ | 25.5 | 13.08 | 20.92 | - |
| YUV | 83.21 | 152.15 | 204.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 20 | 126 | 0 | 0.90 | 0.34 | 0.25 | 322.81 | 0.81 | 0.41 |
| Hex | BF | 14 | 7E | 0 | 5A | 22 | 19 | 143 | 51 | 29 |
| Octal | 277 | 24 | 176 | 0 | 132 | 42 | 31 | 503 | 121 | 51 |
| Binary | 10111111 | 10100 | 1111110 | 0 | 1011010 | 100010 | 11001 | 101000011 | 1010001 | 101001 |
Color Harmonies of #BF147E
Complementary color
Monochromatic Colors of #BF147E
Black with #BF147E
Text Example
Text Example
White with #BF147E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF147E; }
p { color: rgb(191,20,126); }
H1.HeaderClassName
{
color: #BF147E;
}
.AnyTagClassName
{
color: #BF147E;
}
</style>
background-color css
<style>
a { background-color: #BF147E; }
a { background-color: rgb(191,20,126); }
div.DivClassName
{
background-color: #BF147E;
}
.BgClassName
{
background-color: #BF147E;
}
</style>
border-color css
<style>
span { border-color: #BF147E; }
span { border-color: rgb(191,20,126); }
td.TdClassName
{
border-color: #BF147E;
}
.TagClassName
{
border-color: #BF147E;
}
</style>