Shades of Medium Violet Red #BF1478
Tints of Medium Violet Red #BF1478
RGB
CMYK
RGB Variations
Color information
#BF1478 (or 0xBF1478) is known color: Medium Violet Red. HEX triplet: BF, 14 and 78. RGB value is (191,20,120). Sum of RGB (Red+Green+Blue) = 191+20+120=331 (43% of max value = 765). Red value is 191 (75% from 255 or 57.70% from 331); Green value is 20 (8.20% from 255 or 6.04% from 331); Blue value is 120 (47.27% from 255 or 36.25% from 331); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1478 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF1478 is #40EB87. Grayscale: #525252. Windows color (decimal): -4254600 or 7869631. OLE color: 7869631.
HSL color Cylindrical-coordinate representation of color #BF1478: hue angle of 324.91º 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 #BF1478 is Cyan = 0, Magento = 0.90, Yellow = 0.37 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 20 | 120 | - |
| CMYK | 0 | 0.90 | 0.37 | 0.25 |
| HSL | 324.91º | 0.81% | 0.41% | - |
| HSV(B) | 324.91º | 0.9% | 0.75% | - |
| XYZ | 25.13 | 12.93 | 18.94 | - |
| YUV | 82.53 | 149.15 | 205.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 20 | 120 | 0 | 0.90 | 0.37 | 0.25 | 324.91 | 0.81 | 0.41 |
| Hex | BF | 14 | 78 | 0 | 5A | 25 | 19 | 145 | 51 | 29 |
| Octal | 277 | 24 | 170 | 0 | 132 | 45 | 31 | 505 | 121 | 51 |
| Binary | 10111111 | 10100 | 1111000 | 0 | 1011010 | 100101 | 11001 | 101000101 | 1010001 | 101001 |
Color Harmonies of #BF1478
Complementary color
Monochromatic Colors of #BF1478
Black with #BF1478
Text Example
Text Example
White with #BF1478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1478; }
p { color: rgb(191,20,120); }
H1.HeaderClassName
{
color: #BF1478;
}
.AnyTagClassName
{
color: #BF1478;
}
</style>
background-color css
<style>
a { background-color: #BF1478; }
a { background-color: rgb(191,20,120); }
div.DivClassName
{
background-color: #BF1478;
}
.BgClassName
{
background-color: #BF1478;
}
</style>
border-color css
<style>
span { border-color: #BF1478; }
span { border-color: rgb(191,20,120); }
td.TdClassName
{
border-color: #BF1478;
}
.TagClassName
{
border-color: #BF1478;
}
</style>