Shades of Medium Violet Red #BF129C
Tints of Medium Violet Red #BF129C
RGB
CMYK
RGB Variations
Color information
#BF129C (or 0xBF129C) is known color: Medium Violet Red. HEX triplet: BF, 12 and 9C. RGB value is (191,18,156). Sum of RGB (Red+Green+Blue) = 191+18+156=365 (48% of max value = 765). Red value is 191 (75% from 255 or 52.33% from 365); Green value is 18 (7.42% from 255 or 4.93% from 365); Blue value is 156 (61.33% from 255 or 42.74% from 365); Max value from RGB is 191 - color contains mainly: red. Hex color #BF129C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF129C is #40ED63. Grayscale: #555555. Windows color (decimal): -4255076 or 10228415. OLE color: 10228415.
HSL color Cylindrical-coordinate representation of color #BF129C: hue angle of 312.14º degrees, saturation: 0.83, 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 #BF129C is Cyan = 0, Magento = 0.91, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 18 | 156 | - |
| CMYK | 0 | 0.91 | 0.18 | 0.25 |
| HSL | 312.14º | 0.83% | 0.41% | - |
| HSV(B) | 312.14º | 0.91% | 0.75% | - |
| XYZ | 27.7 | 13.91 | 32.68 | - |
| YUV | 85.46 | 167.81 | 203.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 18 | 156 | 0 | 0.91 | 0.18 | 0.25 | 312.14 | 0.83 | 0.41 |
| Hex | BF | 12 | 9C | 0 | 5B | 12 | 19 | 138 | 53 | 29 |
| Octal | 277 | 22 | 234 | 0 | 133 | 22 | 31 | 470 | 123 | 51 |
| Binary | 10111111 | 10010 | 10011100 | 0 | 1011011 | 10010 | 11001 | 100111000 | 1010011 | 101001 |
Color Harmonies of #BF129C
Complementary color
Monochromatic Colors of #BF129C
Black with #BF129C
Text Example
Text Example
White with #BF129C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF129C; }
p { color: rgb(191,18,156); }
H1.HeaderClassName
{
color: #BF129C;
}
.AnyTagClassName
{
color: #BF129C;
}
</style>
background-color css
<style>
a { background-color: #BF129C; }
a { background-color: rgb(191,18,156); }
div.DivClassName
{
background-color: #BF129C;
}
.BgClassName
{
background-color: #BF129C;
}
</style>
border-color css
<style>
span { border-color: #BF129C; }
span { border-color: rgb(191,18,156); }
td.TdClassName
{
border-color: #BF129C;
}
.TagClassName
{
border-color: #BF129C;
}
</style>