Shades of Medium Violet Red #BF109C
Tints of Medium Violet Red #BF109C
RGB
CMYK
RGB Variations
Color information
#BF109C (or 0xBF109C) is known color: Medium Violet Red. HEX triplet: BF, 10 and 9C. RGB value is (191,16,156). Sum of RGB (Red+Green+Blue) = 191+16+156=363 (48% of max value = 765). Red value is 191 (75% from 255 or 52.62% from 363); Green value is 16 (6.64% from 255 or 4.41% from 363); Blue value is 156 (61.33% from 255 or 42.98% from 363); Max value from RGB is 191 - color contains mainly: red. Hex color #BF109C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF109C is #40EF63. Grayscale: #535353. Windows color (decimal): -4255588 or 10227903. OLE color: 10227903.
HSL color Cylindrical-coordinate representation of color #BF109C: hue angle of 312º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BF109C is Cyan = 0, Magento = 0.92, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 16 | 156 | - |
| CMYK | 0 | 0.92 | 0.18 | 0.25 |
| HSL | 312º | 0.85% | 0.41% | - |
| HSV(B) | 312º | 0.92% | 0.75% | - |
| XYZ | 27.67 | 13.85 | 32.67 | - |
| YUV | 84.29 | 168.48 | 204.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 16 | 156 | 0 | 0.92 | 0.18 | 0.25 | 312 | 0.85 | 0.41 |
| Hex | BF | 10 | 9C | 0 | 5C | 12 | 19 | 138 | 55 | 29 |
| Octal | 277 | 20 | 234 | 0 | 134 | 22 | 31 | 470 | 125 | 51 |
| Binary | 10111111 | 10000 | 10011100 | 0 | 1011100 | 10010 | 11001 | 100111000 | 1010101 | 101001 |
Color Harmonies of #BF109C
Complementary color
Monochromatic Colors of #BF109C
Black with #BF109C
Text Example
Text Example
White with #BF109C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF109C; }
p { color: rgb(191,16,156); }
H1.HeaderClassName
{
color: #BF109C;
}
.AnyTagClassName
{
color: #BF109C;
}
</style>
background-color css
<style>
a { background-color: #BF109C; }
a { background-color: rgb(191,16,156); }
div.DivClassName
{
background-color: #BF109C;
}
.BgClassName
{
background-color: #BF109C;
}
</style>
border-color css
<style>
span { border-color: #BF109C; }
span { border-color: rgb(191,16,156); }
td.TdClassName
{
border-color: #BF109C;
}
.TagClassName
{
border-color: #BF109C;
}
</style>