Shades of Medium Violet Red #BF126C
Tints of Medium Violet Red #BF126C
RGB
CMYK
RGB Variations
Color information
#BF126C (or 0xBF126C) is known color: Medium Violet Red. HEX triplet: BF, 12 and 6C. RGB value is (191,18,108). Sum of RGB (Red+Green+Blue) = 191+18+108=317 (41% of max value = 765). Red value is 191 (75% from 255 or 60.25% from 317); Green value is 18 (7.42% from 255 or 5.68% from 317); Blue value is 108 (42.58% from 255 or 34.07% from 317); Max value from RGB is 191 - color contains mainly: red. Hex color #BF126C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF126C is #40ED93. Grayscale: #4F4F4F. Windows color (decimal): -4255124 or 7082687. OLE color: 7082687.
HSL color Cylindrical-coordinate representation of color #BF126C: hue angle of 328.79º 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 #BF126C is Cyan = 0, Magento = 0.91, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 18 | 108 | - |
| CMYK | 0 | 0.91 | 0.43 | 0.25 |
| HSL | 328.79º | 0.83% | 0.41% | - |
| HSV(B) | 328.79º | 0.91% | 0.75% | - |
| XYZ | 24.41 | 12.59 | 15.33 | - |
| YUV | 79.99 | 143.81 | 207.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 18 | 108 | 0 | 0.91 | 0.43 | 0.25 | 328.79 | 0.83 | 0.41 |
| Hex | BF | 12 | 6C | 0 | 5B | 2B | 19 | 149 | 53 | 29 |
| Octal | 277 | 22 | 154 | 0 | 133 | 53 | 31 | 511 | 123 | 51 |
| Binary | 10111111 | 10010 | 1101100 | 0 | 1011011 | 101011 | 11001 | 101001001 | 1010011 | 101001 |
Color Harmonies of #BF126C
Complementary color
Monochromatic Colors of #BF126C
Black with #BF126C
Text Example
Text Example
White with #BF126C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF126C; }
p { color: rgb(191,18,108); }
H1.HeaderClassName
{
color: #BF126C;
}
.AnyTagClassName
{
color: #BF126C;
}
</style>
background-color css
<style>
a { background-color: #BF126C; }
a { background-color: rgb(191,18,108); }
div.DivClassName
{
background-color: #BF126C;
}
.BgClassName
{
background-color: #BF126C;
}
</style>
border-color css
<style>
span { border-color: #BF126C; }
span { border-color: rgb(191,18,108); }
td.TdClassName
{
border-color: #BF126C;
}
.TagClassName
{
border-color: #BF126C;
}
</style>