Shades of Medium Violet Red #BF15A0
Tints of Medium Violet Red #BF15A0
RGB
CMYK
RGB Variations
Color information
#BF15A0 (or 0xBF15A0) is known color: Medium Violet Red. HEX triplet: BF, 15 and A0. RGB value is (191,21,160). Sum of RGB (Red+Green+Blue) = 191+21+160=372 (49% of max value = 765). Red value is 191 (75% from 255 or 51.34% from 372); Green value is 21 (8.59% from 255 or 5.65% from 372); Blue value is 160 (62.89% from 255 or 43.01% from 372); Max value from RGB is 191 - color contains mainly: red. Hex color #BF15A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF15A0 is #40EA5F. Grayscale: #575757. Windows color (decimal): -4254304 or 10491327. OLE color: 10491327.
HSL color Cylindrical-coordinate representation of color #BF15A0: hue angle of 310.94º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BF15A0 is Cyan = 0, Magento = 0.89, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 21 | 160 | - |
| CMYK | 0 | 0.89 | 0.16 | 0.25 |
| HSL | 310.94º | 0.8% | 0.42% | - |
| HSV(B) | 310.94º | 0.89% | 0.75% | - |
| XYZ | 28.1 | 14.15 | 34.51 | - |
| YUV | 87.68 | 168.82 | 201.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 21 | 160 | 0 | 0.89 | 0.16 | 0.25 | 310.94 | 0.8 | 0.42 |
| Hex | BF | 15 | A0 | 0 | 59 | 10 | 19 | 137 | 50 | 2A |
| Octal | 277 | 25 | 240 | 0 | 131 | 20 | 31 | 467 | 120 | 52 |
| Binary | 10111111 | 10101 | 10100000 | 0 | 1011001 | 10000 | 11001 | 100110111 | 1010000 | 101010 |
Color Harmonies of #BF15A0
Complementary color
Monochromatic Colors of #BF15A0
Black with #BF15A0
Text Example
Text Example
White with #BF15A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF15A0; }
p { color: rgb(191,21,160); }
H1.HeaderClassName
{
color: #BF15A0;
}
.AnyTagClassName
{
color: #BF15A0;
}
</style>
background-color css
<style>
a { background-color: #BF15A0; }
a { background-color: rgb(191,21,160); }
div.DivClassName
{
background-color: #BF15A0;
}
.BgClassName
{
background-color: #BF15A0;
}
</style>
border-color css
<style>
span { border-color: #BF15A0; }
span { border-color: rgb(191,21,160); }
td.TdClassName
{
border-color: #BF15A0;
}
.TagClassName
{
border-color: #BF15A0;
}
</style>