Shades of Medium Violet Red #BF146C
Tints of Medium Violet Red #BF146C
RGB
CMYK
RGB Variations
Color information
#BF146C (or 0xBF146C) is known color: Medium Violet Red. HEX triplet: BF, 14 and 6C. RGB value is (191,20,108). Sum of RGB (Red+Green+Blue) = 191+20+108=319 (42% of max value = 765). Red value is 191 (75% from 255 or 59.87% from 319); Green value is 20 (8.20% from 255 or 6.27% from 319); Blue value is 108 (42.58% from 255 or 33.86% from 319); Max value from RGB is 191 - color contains mainly: red. Hex color #BF146C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF146C is #40EB93. Grayscale: #505050. Windows color (decimal): -4254612 or 7083199. OLE color: 7083199.
HSL color Cylindrical-coordinate representation of color #BF146C: hue angle of 329.12º 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 #BF146C is Cyan = 0, Magento = 0.90, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 20 | 108 | - |
| CMYK | 0 | 0.90 | 0.43 | 0.25 |
| HSL | 329.12º | 0.81% | 0.41% | - |
| HSV(B) | 329.12º | 0.9% | 0.75% | - |
| XYZ | 24.44 | 12.66 | 15.34 | - |
| YUV | 81.16 | 143.15 | 206.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 20 | 108 | 0 | 0.90 | 0.43 | 0.25 | 329.12 | 0.81 | 0.41 |
| Hex | BF | 14 | 6C | 0 | 5A | 2B | 19 | 149 | 51 | 29 |
| Octal | 277 | 24 | 154 | 0 | 132 | 53 | 31 | 511 | 121 | 51 |
| Binary | 10111111 | 10100 | 1101100 | 0 | 1011010 | 101011 | 11001 | 101001001 | 1010001 | 101001 |
Color Harmonies of #BF146C
Complementary color
Monochromatic Colors of #BF146C
Black with #BF146C
Text Example
Text Example
White with #BF146C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF146C; }
p { color: rgb(191,20,108); }
H1.HeaderClassName
{
color: #BF146C;
}
.AnyTagClassName
{
color: #BF146C;
}
</style>
background-color css
<style>
a { background-color: #BF146C; }
a { background-color: rgb(191,20,108); }
div.DivClassName
{
background-color: #BF146C;
}
.BgClassName
{
background-color: #BF146C;
}
</style>
border-color css
<style>
span { border-color: #BF146C; }
span { border-color: rgb(191,20,108); }
td.TdClassName
{
border-color: #BF146C;
}
.TagClassName
{
border-color: #BF146C;
}
</style>