Shades of Medium Violet Red #BF126E
Tints of Medium Violet Red #BF126E
RGB
CMYK
RGB Variations
Color information
#BF126E (or 0xBF126E) is known color: Medium Violet Red. HEX triplet: BF, 12 and 6E. RGB value is (191,18,110). Sum of RGB (Red+Green+Blue) = 191+18+110=319 (42% of max value = 765). Red value is 191 (75% from 255 or 59.87% from 319); Green value is 18 (7.42% from 255 or 5.64% from 319); Blue value is 110 (43.36% from 255 or 34.48% from 319); Max value from RGB is 191 - color contains mainly: red. Hex color #BF126E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF126E is #40ED91. Grayscale: #505050. Windows color (decimal): -4255122 or 7213759. OLE color: 7213759.
HSL color Cylindrical-coordinate representation of color #BF126E: hue angle of 328.09º 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 #BF126E is Cyan = 0, Magento = 0.91, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 18 | 110 | - |
| CMYK | 0 | 0.91 | 0.42 | 0.25 |
| HSL | 328.09º | 0.83% | 0.41% | - |
| HSV(B) | 328.09º | 0.91% | 0.75% | - |
| XYZ | 24.52 | 12.63 | 15.9 | - |
| YUV | 80.22 | 144.81 | 207.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 18 | 110 | 0 | 0.91 | 0.42 | 0.25 | 328.09 | 0.83 | 0.41 |
| Hex | BF | 12 | 6E | 0 | 5B | 2A | 19 | 148 | 53 | 29 |
| Octal | 277 | 22 | 156 | 0 | 133 | 52 | 31 | 510 | 123 | 51 |
| Binary | 10111111 | 10010 | 1101110 | 0 | 1011011 | 101010 | 11001 | 101001000 | 1010011 | 101001 |
Color Harmonies of #BF126E
Complementary color
Monochromatic Colors of #BF126E
Black with #BF126E
Text Example
Text Example
White with #BF126E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF126E; }
p { color: rgb(191,18,110); }
H1.HeaderClassName
{
color: #BF126E;
}
.AnyTagClassName
{
color: #BF126E;
}
</style>
background-color css
<style>
a { background-color: #BF126E; }
a { background-color: rgb(191,18,110); }
div.DivClassName
{
background-color: #BF126E;
}
.BgClassName
{
background-color: #BF126E;
}
</style>
border-color css
<style>
span { border-color: #BF126E; }
span { border-color: rgb(191,18,110); }
td.TdClassName
{
border-color: #BF126E;
}
.TagClassName
{
border-color: #BF126E;
}
</style>