Shades of Medium Violet Red #BF049D
Tints of Medium Violet Red #BF049D
RGB
CMYK
RGB Variations
Color information
#BF049D (or 0xBF049D) is known color: Medium Violet Red. HEX triplet: BF, 04 and 9D. RGB value is (191,4,157). Sum of RGB (Red+Green+Blue) = 191+4+157=352 (46% of max value = 765). Red value is 191 (75% from 255 or 54.26% from 352); Green value is 4 (1.95% from 255 or 1.14% from 352); Blue value is 157 (61.72% from 255 or 44.60% from 352); Max value from RGB is 191 - color contains mainly: red. Hex color #BF049D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF049D is #40FB62. Grayscale: #4C4C4C. Windows color (decimal): -4258659 or 10290367. OLE color: 10290367.
HSL color Cylindrical-coordinate representation of color #BF049D: hue angle of 310.91º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BF049D is Cyan = 0, Magento = 0.98, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 4 | 157 | - |
| CMYK | 0 | 0.98 | 0.18 | 0.25 |
| HSL | 310.91º | 0.96% | 0.38% | - |
| HSV(B) | 310.91º | 0.98% | 0.75% | - |
| XYZ | 27.62 | 13.6 | 33.07 | - |
| YUV | 77.36 | 172.95 | 209.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 4 | 157 | 0 | 0.98 | 0.18 | 0.25 | 310.91 | 0.96 | 0.38 |
| Hex | BF | 4 | 9D | 0 | 62 | 12 | 19 | 137 | 60 | 26 |
| Octal | 277 | 4 | 235 | 0 | 142 | 22 | 31 | 467 | 140 | 46 |
| Binary | 10111111 | 100 | 10011101 | 0 | 1100010 | 10010 | 11001 | 100110111 | 1100000 | 100110 |
Color Harmonies of #BF049D
Complementary color
Monochromatic Colors of #BF049D
Black with #BF049D
Text Example
Text Example
White with #BF049D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF049D; }
p { color: rgb(191,4,157); }
H1.HeaderClassName
{
color: #BF049D;
}
.AnyTagClassName
{
color: #BF049D;
}
</style>
background-color css
<style>
a { background-color: #BF049D; }
a { background-color: rgb(191,4,157); }
div.DivClassName
{
background-color: #BF049D;
}
.BgClassName
{
background-color: #BF049D;
}
</style>
border-color css
<style>
span { border-color: #BF049D; }
span { border-color: rgb(191,4,157); }
td.TdClassName
{
border-color: #BF049D;
}
.TagClassName
{
border-color: #BF049D;
}
</style>