Shades of Medium Violet Red #BF146D
Tints of Medium Violet Red #BF146D
RGB
CMYK
RGB Variations
Color information
#BF146D (or 0xBF146D) is known color: Medium Violet Red. HEX triplet: BF, 14 and 6D. RGB value is (191,20,109). Sum of RGB (Red+Green+Blue) = 191+20+109=320 (42% of max value = 765). Red value is 191 (75% from 255 or 59.69% from 320); Green value is 20 (8.20% from 255 or 6.25% from 320); Blue value is 109 (42.97% from 255 or 34.06% from 320); Max value from RGB is 191 - color contains mainly: red. Hex color #BF146D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF146D is #40EB92. Grayscale: #515151. Windows color (decimal): -4254611 or 7148735. OLE color: 7148735.
HSL color Cylindrical-coordinate representation of color #BF146D: hue angle of 328.77º 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 #BF146D is Cyan = 0, Magento = 0.90, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 20 | 109 | - |
| CMYK | 0 | 0.90 | 0.43 | 0.25 |
| HSL | 328.77º | 0.81% | 0.41% | - |
| HSV(B) | 328.77º | 0.9% | 0.75% | - |
| XYZ | 24.5 | 12.68 | 15.62 | - |
| YUV | 81.28 | 143.65 | 206.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 20 | 109 | 0 | 0.90 | 0.43 | 0.25 | 328.77 | 0.81 | 0.41 |
| Hex | BF | 14 | 6D | 0 | 5A | 2B | 19 | 149 | 51 | 29 |
| Octal | 277 | 24 | 155 | 0 | 132 | 53 | 31 | 511 | 121 | 51 |
| Binary | 10111111 | 10100 | 1101101 | 0 | 1011010 | 101011 | 11001 | 101001001 | 1010001 | 101001 |
Color Harmonies of #BF146D
Complementary color
Monochromatic Colors of #BF146D
Black with #BF146D
Text Example
Text Example
White with #BF146D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF146D; }
p { color: rgb(191,20,109); }
H1.HeaderClassName
{
color: #BF146D;
}
.AnyTagClassName
{
color: #BF146D;
}
</style>
background-color css
<style>
a { background-color: #BF146D; }
a { background-color: rgb(191,20,109); }
div.DivClassName
{
background-color: #BF146D;
}
.BgClassName
{
background-color: #BF146D;
}
</style>
border-color css
<style>
span { border-color: #BF146D; }
span { border-color: rgb(191,20,109); }
td.TdClassName
{
border-color: #BF146D;
}
.TagClassName
{
border-color: #BF146D;
}
</style>