Shades of Medium Violet Red #BF16A0
Tints of Medium Violet Red #BF16A0
RGB
CMYK
RGB Variations
Color information
#BF16A0 (or 0xBF16A0) is known color: Medium Violet Red. HEX triplet: BF, 16 and A0. RGB value is (191,22,160). Sum of RGB (Red+Green+Blue) = 191+22+160=373 (49% of max value = 765). Red value is 191 (75% from 255 or 51.21% from 373); Green value is 22 (8.98% from 255 or 5.90% from 373); Blue value is 160 (62.89% from 255 or 42.90% from 373); Max value from RGB is 191 - color contains mainly: red. Hex color #BF16A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF16A0 is #40E95F. Grayscale: #575757. Windows color (decimal): -4254048 or 10491583. OLE color: 10491583.
HSL color Cylindrical-coordinate representation of color #BF16A0: hue angle of 311.01º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BF16A0 is Cyan = 0, Magento = 0.88, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 22 | 160 | - |
| CMYK | 0 | 0.88 | 0.16 | 0.25 |
| HSL | 311.01º | 0.79% | 0.42% | - |
| HSV(B) | 311.01º | 0.88% | 0.75% | - |
| XYZ | 28.12 | 14.19 | 34.51 | - |
| YUV | 88.26 | 168.49 | 201.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 22 | 160 | 0 | 0.88 | 0.16 | 0.25 | 311.01 | 0.79 | 0.42 |
| Hex | BF | 16 | A0 | 0 | 58 | 10 | 19 | 137 | 4F | 2A |
| Octal | 277 | 26 | 240 | 0 | 130 | 20 | 31 | 467 | 117 | 52 |
| Binary | 10111111 | 10110 | 10100000 | 0 | 1011000 | 10000 | 11001 | 100110111 | 1001111 | 101010 |
Color Harmonies of #BF16A0
Complementary color
Monochromatic Colors of #BF16A0
Black with #BF16A0
Text Example
Text Example
White with #BF16A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF16A0; }
p { color: rgb(191,22,160); }
H1.HeaderClassName
{
color: #BF16A0;
}
.AnyTagClassName
{
color: #BF16A0;
}
</style>
background-color css
<style>
a { background-color: #BF16A0; }
a { background-color: rgb(191,22,160); }
div.DivClassName
{
background-color: #BF16A0;
}
.BgClassName
{
background-color: #BF16A0;
}
</style>
border-color css
<style>
span { border-color: #BF16A0; }
span { border-color: rgb(191,22,160); }
td.TdClassName
{
border-color: #BF16A0;
}
.TagClassName
{
border-color: #BF16A0;
}
</style>