Shades of Medium Violet Red #BF039E
Tints of Medium Violet Red #BF039E
RGB
CMYK
RGB Variations
Color information
#BF039E (or 0xBF039E) is known color: Medium Violet Red. HEX triplet: BF, 03 and 9E. RGB value is (191,3,158). Sum of RGB (Red+Green+Blue) = 191+3+158=352 (46% of max value = 765). Red value is 191 (75% from 255 or 54.26% from 352); Green value is 3 (1.56% from 255 or 0.85% from 352); Blue value is 158 (62.11% from 255 or 44.89% from 352); Max value from RGB is 191 - color contains mainly: red. Hex color #BF039E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF039E is #40FC61. Grayscale: #4C4C4C. Windows color (decimal): -4258914 or 10355647. OLE color: 10355647.
HSL color Cylindrical-coordinate representation of color #BF039E: hue angle of 310.53º degrees, saturation: 0.97, 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 #BF039E is Cyan = 0, Magento = 0.98, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 3 | 158 | - |
| CMYK | 0 | 0.98 | 0.17 | 0.25 |
| HSL | 310.53º | 0.97% | 0.38% | - |
| HSV(B) | 310.53º | 0.98% | 0.75% | - |
| XYZ | 27.69 | 13.61 | 33.52 | - |
| YUV | 76.88 | 173.78 | 209.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 3 | 158 | 0 | 0.98 | 0.17 | 0.25 | 310.53 | 0.97 | 0.38 |
| Hex | BF | 3 | 9E | 0 | 62 | 11 | 19 | 137 | 61 | 26 |
| Octal | 277 | 3 | 236 | 0 | 142 | 21 | 31 | 467 | 141 | 46 |
| Binary | 10111111 | 11 | 10011110 | 0 | 1100010 | 10001 | 11001 | 100110111 | 1100001 | 100110 |
Color Harmonies of #BF039E
Complementary color
Monochromatic Colors of #BF039E
Black with #BF039E
Text Example
Text Example
White with #BF039E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF039E; }
p { color: rgb(191,3,158); }
H1.HeaderClassName
{
color: #BF039E;
}
.AnyTagClassName
{
color: #BF039E;
}
</style>
background-color css
<style>
a { background-color: #BF039E; }
a { background-color: rgb(191,3,158); }
div.DivClassName
{
background-color: #BF039E;
}
.BgClassName
{
background-color: #BF039E;
}
</style>
border-color css
<style>
span { border-color: #BF039E; }
span { border-color: rgb(191,3,158); }
td.TdClassName
{
border-color: #BF039E;
}
.TagClassName
{
border-color: #BF039E;
}
</style>