Shades of Medium Violet Red #BF146A
Tints of Medium Violet Red #BF146A
RGB
CMYK
RGB Variations
Color information
#BF146A (or 0xBF146A) is known color: Medium Violet Red. HEX triplet: BF, 14 and 6A. RGB value is (191,20,106). Sum of RGB (Red+Green+Blue) = 191+20+106=317 (41% of max value = 765). Red value is 191 (75% from 255 or 60.25% from 317); Green value is 20 (8.20% from 255 or 6.31% from 317); Blue value is 106 (41.80% from 255 or 33.44% from 317); Max value from RGB is 191 - color contains mainly: red. Hex color #BF146A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF146A is #40EB95. Grayscale: #505050. Windows color (decimal): -4254614 or 6952127. OLE color: 6952127.
HSL color Cylindrical-coordinate representation of color #BF146A: hue angle of 329.82º 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 #BF146A is Cyan = 0, Magento = 0.90, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 20 | 106 | - |
| CMYK | 0 | 0.90 | 0.45 | 0.25 |
| HSL | 329.82º | 0.81% | 0.41% | - |
| HSV(B) | 329.82º | 0.9% | 0.75% | - |
| XYZ | 24.34 | 12.62 | 14.79 | - |
| YUV | 80.93 | 142.15 | 206.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 20 | 106 | 0 | 0.90 | 0.45 | 0.25 | 329.82 | 0.81 | 0.41 |
| Hex | BF | 14 | 6A | 0 | 5A | 2D | 19 | 14A | 51 | 29 |
| Octal | 277 | 24 | 152 | 0 | 132 | 55 | 31 | 512 | 121 | 51 |
| Binary | 10111111 | 10100 | 1101010 | 0 | 1011010 | 101101 | 11001 | 101001010 | 1010001 | 101001 |
Color Harmonies of #BF146A
Complementary color
Monochromatic Colors of #BF146A
Black with #BF146A
Text Example
Text Example
White with #BF146A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF146A; }
p { color: rgb(191,20,106); }
H1.HeaderClassName
{
color: #BF146A;
}
.AnyTagClassName
{
color: #BF146A;
}
</style>
background-color css
<style>
a { background-color: #BF146A; }
a { background-color: rgb(191,20,106); }
div.DivClassName
{
background-color: #BF146A;
}
.BgClassName
{
background-color: #BF146A;
}
</style>
border-color css
<style>
span { border-color: #BF146A; }
span { border-color: rgb(191,20,106); }
td.TdClassName
{
border-color: #BF146A;
}
.TagClassName
{
border-color: #BF146A;
}
</style>