Shades of Medium Violet Red #BF166A
Tints of Medium Violet Red #BF166A
RGB
CMYK
RGB Variations
Color information
#BF166A (or 0xBF166A) is known color: Medium Violet Red. HEX triplet: BF, 16 and 6A. RGB value is (191,22,106). Sum of RGB (Red+Green+Blue) = 191+22+106=319 (42% of max value = 765). Red value is 191 (75% from 255 or 59.87% from 319); Green value is 22 (8.98% from 255 or 6.90% from 319); Blue value is 106 (41.80% from 255 or 33.23% from 319); Max value from RGB is 191 - color contains mainly: red. Hex color #BF166A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF166A is #40E995. Grayscale: #515151. Windows color (decimal): -4254102 or 6952639. OLE color: 6952639.
HSL color Cylindrical-coordinate representation of color #BF166A: hue angle of 330.18º 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 #BF166A is Cyan = 0, Magento = 0.88, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 22 | 106 | - |
| CMYK | 0 | 0.88 | 0.45 | 0.25 |
| HSL | 330.18º | 0.79% | 0.42% | - |
| HSV(B) | 330.18º | 0.88% | 0.75% | - |
| XYZ | 24.37 | 12.69 | 14.8 | - |
| YUV | 82.11 | 141.49 | 205.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 22 | 106 | 0 | 0.88 | 0.45 | 0.25 | 330.18 | 0.79 | 0.42 |
| Hex | BF | 16 | 6A | 0 | 58 | 2D | 19 | 14A | 4F | 2A |
| Octal | 277 | 26 | 152 | 0 | 130 | 55 | 31 | 512 | 117 | 52 |
| Binary | 10111111 | 10110 | 1101010 | 0 | 1011000 | 101101 | 11001 | 101001010 | 1001111 | 101010 |
Color Harmonies of #BF166A
Complementary color
Monochromatic Colors of #BF166A
Black with #BF166A
Text Example
Text Example
White with #BF166A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF166A; }
p { color: rgb(191,22,106); }
H1.HeaderClassName
{
color: #BF166A;
}
.AnyTagClassName
{
color: #BF166A;
}
</style>
background-color css
<style>
a { background-color: #BF166A; }
a { background-color: rgb(191,22,106); }
div.DivClassName
{
background-color: #BF166A;
}
.BgClassName
{
background-color: #BF166A;
}
</style>
border-color css
<style>
span { border-color: #BF166A; }
span { border-color: rgb(191,22,106); }
td.TdClassName
{
border-color: #BF166A;
}
.TagClassName
{
border-color: #BF166A;
}
</style>