Shades of Medium Violet Red #BF128D
Tints of Medium Violet Red #BF128D
RGB
CMYK
RGB Variations
Color information
#BF128D (or 0xBF128D) is known color: Medium Violet Red. HEX triplet: BF, 12 and 8D. RGB value is (191,18,141). Sum of RGB (Red+Green+Blue) = 191+18+141=350 (46% of max value = 765). Red value is 191 (75% from 255 or 54.57% from 350); Green value is 18 (7.42% from 255 or 5.14% from 350); Blue value is 141 (55.47% from 255 or 40.29% from 350); Max value from RGB is 191 - color contains mainly: red. Hex color #BF128D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF128D is #40ED72. Grayscale: #535353. Windows color (decimal): -4255091 or 9245375. OLE color: 9245375.
HSL color Cylindrical-coordinate representation of color #BF128D: hue angle of 317.34º 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 #BF128D is Cyan = 0, Magento = 0.91, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 18 | 141 | - |
| CMYK | 0 | 0.91 | 0.26 | 0.25 |
| HSL | 317.34º | 0.83% | 0.41% | - |
| HSV(B) | 317.34º | 0.91% | 0.75% | - |
| XYZ | 26.51 | 13.43 | 26.39 | - |
| YUV | 83.75 | 160.31 | 204.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 18 | 141 | 0 | 0.91 | 0.26 | 0.25 | 317.34 | 0.83 | 0.41 |
| Hex | BF | 12 | 8D | 0 | 5B | 1A | 19 | 13D | 53 | 29 |
| Octal | 277 | 22 | 215 | 0 | 133 | 32 | 31 | 475 | 123 | 51 |
| Binary | 10111111 | 10010 | 10001101 | 0 | 1011011 | 11010 | 11001 | 100111101 | 1010011 | 101001 |
Color Harmonies of #BF128D
Complementary color
Monochromatic Colors of #BF128D
Black with #BF128D
Text Example
Text Example
White with #BF128D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF128D; }
p { color: rgb(191,18,141); }
H1.HeaderClassName
{
color: #BF128D;
}
.AnyTagClassName
{
color: #BF128D;
}
</style>
background-color css
<style>
a { background-color: #BF128D; }
a { background-color: rgb(191,18,141); }
div.DivClassName
{
background-color: #BF128D;
}
.BgClassName
{
background-color: #BF128D;
}
</style>
border-color css
<style>
span { border-color: #BF128D; }
span { border-color: rgb(191,18,141); }
td.TdClassName
{
border-color: #BF128D;
}
.TagClassName
{
border-color: #BF128D;
}
</style>