Shades of Medium Violet Red #BF138C
Tints of Medium Violet Red #BF138C
RGB
CMYK
RGB Variations
Color information
#BF138C (or 0xBF138C) is known color: Medium Violet Red. HEX triplet: BF, 13 and 8C. RGB value is (191,19,140). Sum of RGB (Red+Green+Blue) = 191+19+140=350 (46% of max value = 765). Red value is 191 (75% from 255 or 54.57% from 350); Green value is 19 (7.81% from 255 or 5.43% from 350); Blue value is 140 (55.08% from 255 or 40% from 350); Max value from RGB is 191 - color contains mainly: red. Hex color #BF138C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF138C is #40EC73. Grayscale: #535353. Windows color (decimal): -4254836 or 9180095. OLE color: 9180095.
HSL color Cylindrical-coordinate representation of color #BF138C: hue angle of 317.79º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BF138C is Cyan = 0, Magento = 0.90, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 19 | 140 | - |
| CMYK | 0 | 0.90 | 0.27 | 0.25 |
| HSL | 317.79º | 0.82% | 0.41% | - |
| HSV(B) | 317.79º | 0.9% | 0.75% | - |
| XYZ | 26.45 | 13.44 | 26.01 | - |
| YUV | 84.22 | 159.48 | 204.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 19 | 140 | 0 | 0.90 | 0.27 | 0.25 | 317.79 | 0.82 | 0.41 |
| Hex | BF | 13 | 8C | 0 | 5A | 1B | 19 | 13E | 52 | 29 |
| Octal | 277 | 23 | 214 | 0 | 132 | 33 | 31 | 476 | 122 | 51 |
| Binary | 10111111 | 10011 | 10001100 | 0 | 1011010 | 11011 | 11001 | 100111110 | 1010010 | 101001 |
Color Harmonies of #BF138C
Complementary color
Monochromatic Colors of #BF138C
Black with #BF138C
Text Example
Text Example
White with #BF138C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF138C; }
p { color: rgb(191,19,140); }
H1.HeaderClassName
{
color: #BF138C;
}
.AnyTagClassName
{
color: #BF138C;
}
</style>
background-color css
<style>
a { background-color: #BF138C; }
a { background-color: rgb(191,19,140); }
div.DivClassName
{
background-color: #BF138C;
}
.BgClassName
{
background-color: #BF138C;
}
</style>
border-color css
<style>
span { border-color: #BF138C; }
span { border-color: rgb(191,19,140); }
td.TdClassName
{
border-color: #BF138C;
}
.TagClassName
{
border-color: #BF138C;
}
</style>