Shades of Medium Violet Red #BF15A1
Tints of Medium Violet Red #BF15A1
RGB
CMYK
RGB Variations
Color information
#BF15A1 (or 0xBF15A1) is known color: Medium Violet Red. HEX triplet: BF, 15 and A1. RGB value is (191,21,161). Sum of RGB (Red+Green+Blue) = 191+21+161=373 (49% of max value = 765). Red value is 191 (75% from 255 or 51.21% from 373); Green value is 21 (8.59% from 255 or 5.63% from 373); Blue value is 161 (63.28% from 255 or 43.16% from 373); Max value from RGB is 191 - color contains mainly: red. Hex color #BF15A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF15A1 is #40EA5E. Grayscale: #575757. Windows color (decimal): -4254303 or 10556863. OLE color: 10556863.
HSL color Cylindrical-coordinate representation of color #BF15A1: hue angle of 310.59º 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 #BF15A1 is Cyan = 0, Magento = 0.89, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 21 | 161 | - |
| CMYK | 0 | 0.89 | 0.16 | 0.25 |
| HSL | 310.59º | 0.8% | 0.42% | - |
| HSV(B) | 310.59º | 0.89% | 0.75% | - |
| XYZ | 28.19 | 14.19 | 34.97 | - |
| YUV | 87.79 | 169.32 | 201.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 21 | 161 | 0 | 0.89 | 0.16 | 0.25 | 310.59 | 0.8 | 0.42 |
| Hex | BF | 15 | A1 | 0 | 59 | 10 | 19 | 137 | 50 | 2A |
| Octal | 277 | 25 | 241 | 0 | 131 | 20 | 31 | 467 | 120 | 52 |
| Binary | 10111111 | 10101 | 10100001 | 0 | 1011001 | 10000 | 11001 | 100110111 | 1010000 | 101010 |
Color Harmonies of #BF15A1
Complementary color
Monochromatic Colors of #BF15A1
Black with #BF15A1
Text Example
Text Example
White with #BF15A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF15A1; }
p { color: rgb(191,21,161); }
H1.HeaderClassName
{
color: #BF15A1;
}
.AnyTagClassName
{
color: #BF15A1;
}
</style>
background-color css
<style>
a { background-color: #BF15A1; }
a { background-color: rgb(191,21,161); }
div.DivClassName
{
background-color: #BF15A1;
}
.BgClassName
{
background-color: #BF15A1;
}
</style>
border-color css
<style>
span { border-color: #BF15A1; }
span { border-color: rgb(191,21,161); }
td.TdClassName
{
border-color: #BF15A1;
}
.TagClassName
{
border-color: #BF15A1;
}
</style>