Shades of Medium Violet Red #BF158C
Tints of Medium Violet Red #BF158C
RGB
CMYK
RGB Variations
Color information
#BF158C (or 0xBF158C) is known color: Medium Violet Red. HEX triplet: BF, 15 and 8C. RGB value is (191,21,140). Sum of RGB (Red+Green+Blue) = 191+21+140=352 (46% of max value = 765). Red value is 191 (75% from 255 or 54.26% from 352); Green value is 21 (8.59% from 255 or 5.97% from 352); Blue value is 140 (55.08% from 255 or 39.77% from 352); Max value from RGB is 191 - color contains mainly: red. Hex color #BF158C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF158C is #40EA73. Grayscale: #555555. Windows color (decimal): -4254324 or 9180607. OLE color: 9180607.
HSL color Cylindrical-coordinate representation of color #BF158C: hue angle of 318º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BF158C is Cyan = 0, Magento = 0.89, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 21 | 140 | - |
| CMYK | 0 | 0.89 | 0.27 | 0.25 |
| HSL | 318º | 0.8% | 0.42% | - |
| HSV(B) | 318º | 0.89% | 0.75% | - |
| XYZ | 26.49 | 13.51 | 26.02 | - |
| YUV | 85.4 | 158.82 | 203.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 21 | 140 | 0 | 0.89 | 0.27 | 0.25 | 318 | 0.8 | 0.42 |
| Hex | BF | 15 | 8C | 0 | 59 | 1B | 19 | 13E | 50 | 2A |
| Octal | 277 | 25 | 214 | 0 | 131 | 33 | 31 | 476 | 120 | 52 |
| Binary | 10111111 | 10101 | 10001100 | 0 | 1011001 | 11011 | 11001 | 100111110 | 1010000 | 101010 |
Color Harmonies of #BF158C
Complementary color
Monochromatic Colors of #BF158C
Black with #BF158C
Text Example
Text Example
White with #BF158C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF158C; }
p { color: rgb(191,21,140); }
H1.HeaderClassName
{
color: #BF158C;
}
.AnyTagClassName
{
color: #BF158C;
}
</style>
background-color css
<style>
a { background-color: #BF158C; }
a { background-color: rgb(191,21,140); }
div.DivClassName
{
background-color: #BF158C;
}
.BgClassName
{
background-color: #BF158C;
}
</style>
border-color css
<style>
span { border-color: #BF158C; }
span { border-color: rgb(191,21,140); }
td.TdClassName
{
border-color: #BF158C;
}
.TagClassName
{
border-color: #BF158C;
}
</style>