Shades of Medium Violet Red #BF047E
Tints of Medium Violet Red #BF047E
RGB
CMYK
RGB Variations
Color information
#BF047E (or 0xBF047E) is known color: Medium Violet Red. HEX triplet: BF, 04 and 7E. RGB value is (191,4,126). Sum of RGB (Red+Green+Blue) = 191+4+126=321 (42% of max value = 765). Red value is 191 (75% from 255 or 59.50% from 321); Green value is 4 (1.95% from 255 or 1.25% from 321); Blue value is 126 (49.61% from 255 or 39.25% from 321); Max value from RGB is 191 - color contains mainly: red. Hex color #BF047E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF047E is #40FB81. Grayscale: #494949. Windows color (decimal): -4258690 or 8258751. OLE color: 8258751.
HSL color Cylindrical-coordinate representation of color #BF047E: hue angle of 320.86º 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 #BF047E is Cyan = 0, Magento = 0.98, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 4 | 126 | - |
| CMYK | 0 | 0.98 | 0.34 | 0.25 |
| HSL | 320.86º | 0.96% | 0.38% | - |
| HSV(B) | 320.86º | 0.98% | 0.75% | - |
| XYZ | 25.3 | 12.67 | 20.85 | - |
| YUV | 73.82 | 157.45 | 211.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 4 | 126 | 0 | 0.98 | 0.34 | 0.25 | 320.86 | 0.96 | 0.38 |
| Hex | BF | 4 | 7E | 0 | 62 | 22 | 19 | 141 | 60 | 26 |
| Octal | 277 | 4 | 176 | 0 | 142 | 42 | 31 | 501 | 140 | 46 |
| Binary | 10111111 | 100 | 1111110 | 0 | 1100010 | 100010 | 11001 | 101000001 | 1100000 | 100110 |
Color Harmonies of #BF047E
Complementary color
Monochromatic Colors of #BF047E
Black with #BF047E
Text Example
Text Example
White with #BF047E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF047E; }
p { color: rgb(191,4,126); }
H1.HeaderClassName
{
color: #BF047E;
}
.AnyTagClassName
{
color: #BF047E;
}
</style>
background-color css
<style>
a { background-color: #BF047E; }
a { background-color: rgb(191,4,126); }
div.DivClassName
{
background-color: #BF047E;
}
.BgClassName
{
background-color: #BF047E;
}
</style>
border-color css
<style>
span { border-color: #BF047E; }
span { border-color: rgb(191,4,126); }
td.TdClassName
{
border-color: #BF047E;
}
.TagClassName
{
border-color: #BF047E;
}
</style>