Shades of Medium Violet Red #BF117C
Tints of Medium Violet Red #BF117C
RGB
CMYK
RGB Variations
Color information
#BF117C (or 0xBF117C) is known color: Medium Violet Red. HEX triplet: BF, 11 and 7C. RGB value is (191,17,124). Sum of RGB (Red+Green+Blue) = 191+17+124=332 (43% of max value = 765). Red value is 191 (75% from 255 or 57.53% from 332); Green value is 17 (7.03% from 255 or 5.12% from 332); Blue value is 124 (48.83% from 255 or 37.35% from 332); Max value from RGB is 191 - color contains mainly: red. Hex color #BF117C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF117C is #40EE83. Grayscale: #505050. Windows color (decimal): -4255364 or 8131007. OLE color: 8131007.
HSL color Cylindrical-coordinate representation of color #BF117C: hue angle of 323.1º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BF117C is Cyan = 0, Magento = 0.91, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 17 | 124 | - |
| CMYK | 0 | 0.91 | 0.35 | 0.25 |
| HSL | 323.1º | 0.84% | 0.41% | - |
| HSV(B) | 323.1º | 0.91% | 0.75% | - |
| XYZ | 25.32 | 12.93 | 20.23 | - |
| YUV | 81.22 | 152.15 | 206.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 17 | 124 | 0 | 0.91 | 0.35 | 0.25 | 323.1 | 0.84 | 0.41 |
| Hex | BF | 11 | 7C | 0 | 5B | 23 | 19 | 143 | 54 | 29 |
| Octal | 277 | 21 | 174 | 0 | 133 | 43 | 31 | 503 | 124 | 51 |
| Binary | 10111111 | 10001 | 1111100 | 0 | 1011011 | 100011 | 11001 | 101000011 | 1010100 | 101001 |
Color Harmonies of #BF117C
Complementary color
Monochromatic Colors of #BF117C
Black with #BF117C
Text Example
Text Example
White with #BF117C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF117C; }
p { color: rgb(191,17,124); }
H1.HeaderClassName
{
color: #BF117C;
}
.AnyTagClassName
{
color: #BF117C;
}
</style>
background-color css
<style>
a { background-color: #BF117C; }
a { background-color: rgb(191,17,124); }
div.DivClassName
{
background-color: #BF117C;
}
.BgClassName
{
background-color: #BF117C;
}
</style>
border-color css
<style>
span { border-color: #BF117C; }
span { border-color: rgb(191,17,124); }
td.TdClassName
{
border-color: #BF117C;
}
.TagClassName
{
border-color: #BF117C;
}
</style>