Shades of Medium Violet Red #BF14A0
Tints of Medium Violet Red #BF14A0
RGB
CMYK
RGB Variations
Color information
#BF14A0 (or 0xBF14A0) is known color: Medium Violet Red. HEX triplet: BF, 14 and A0. RGB value is (191,20,160). Sum of RGB (Red+Green+Blue) = 191+20+160=371 (49% of max value = 765). Red value is 191 (75% from 255 or 51.48% from 371); Green value is 20 (8.20% from 255 or 5.39% from 371); Blue value is 160 (62.89% from 255 or 43.13% from 371); Max value from RGB is 191 - color contains mainly: red. Hex color #BF14A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF14A0 is #40EB5F. Grayscale: #565656. Windows color (decimal): -4254560 or 10491071. OLE color: 10491071.
HSL color Cylindrical-coordinate representation of color #BF14A0: hue angle of 310.88º 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 #BF14A0 is Cyan = 0, Magento = 0.90, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 20 | 160 | - |
| CMYK | 0 | 0.90 | 0.16 | 0.25 |
| HSL | 310.88º | 0.81% | 0.41% | - |
| HSV(B) | 310.88º | 0.9% | 0.75% | - |
| XYZ | 28.08 | 14.11 | 34.5 | - |
| YUV | 87.09 | 169.15 | 202.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 20 | 160 | 0 | 0.90 | 0.16 | 0.25 | 310.88 | 0.81 | 0.41 |
| Hex | BF | 14 | A0 | 0 | 5A | 10 | 19 | 137 | 51 | 29 |
| Octal | 277 | 24 | 240 | 0 | 132 | 20 | 31 | 467 | 121 | 51 |
| Binary | 10111111 | 10100 | 10100000 | 0 | 1011010 | 10000 | 11001 | 100110111 | 1010001 | 101001 |
Color Harmonies of #BF14A0
Complementary color
Monochromatic Colors of #BF14A0
Black with #BF14A0
Text Example
Text Example
White with #BF14A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF14A0; }
p { color: rgb(191,20,160); }
H1.HeaderClassName
{
color: #BF14A0;
}
.AnyTagClassName
{
color: #BF14A0;
}
</style>
background-color css
<style>
a { background-color: #BF14A0; }
a { background-color: rgb(191,20,160); }
div.DivClassName
{
background-color: #BF14A0;
}
.BgClassName
{
background-color: #BF14A0;
}
</style>
border-color css
<style>
span { border-color: #BF14A0; }
span { border-color: rgb(191,20,160); }
td.TdClassName
{
border-color: #BF14A0;
}
.TagClassName
{
border-color: #BF14A0;
}
</style>