Shades of Medium Red Violet #BF2E6E
Tints of Medium Red Violet #BF2E6E
RGB
CMYK
RGB Variations
Color information
#BF2E6E (or 0xBF2E6E) is known color: Medium Red Violet. HEX triplet: BF, 2E and 6E. RGB value is (191,46,110). Sum of RGB (Red+Green+Blue) = 191+46+110=347 (45% of max value = 765). Red value is 191 (75% from 255 or 55.04% from 347); Green value is 46 (18.36% from 255 or 13.26% from 347); Blue value is 110 (43.36% from 255 or 31.70% from 347); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2E6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF2E6E is #40D191. Grayscale: #606060. Windows color (decimal): -4247954 or 7220927. OLE color: 7220927.
HSL color Cylindrical-coordinate representation of color #BF2E6E: hue angle of 333.52º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BF2E6E is Cyan = 0, Magento = 0.76, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 46 | 110 | - |
| CMYK | 0 | 0.76 | 0.42 | 0.25 |
| HSL | 333.52º | 0.61% | 0.46% | - |
| HSV(B) | 333.52º | 0.76% | 0.75% | - |
| XYZ | 25.28 | 14.16 | 16.15 | - |
| YUV | 96.65 | 135.54 | 195.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 46 | 110 | 0 | 0.76 | 0.42 | 0.25 | 333.52 | 0.61 | 0.46 |
| Hex | BF | 2E | 6E | 0 | 4C | 2A | 19 | 14E | 3D | 2E |
| Octal | 277 | 56 | 156 | 0 | 114 | 52 | 31 | 516 | 75 | 56 |
| Binary | 10111111 | 101110 | 1101110 | 0 | 1001100 | 101010 | 11001 | 101001110 | 111101 | 101110 |
Color Harmonies of #BF2E6E
Complementary color
Monochromatic Colors of #BF2E6E
Black with #BF2E6E
Text Example
Text Example
White with #BF2E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2E6E; }
p { color: rgb(191,46,110); }
H1.HeaderClassName
{
color: #BF2E6E;
}
.AnyTagClassName
{
color: #BF2E6E;
}
</style>
background-color css
<style>
a { background-color: #BF2E6E; }
a { background-color: rgb(191,46,110); }
div.DivClassName
{
background-color: #BF2E6E;
}
.BgClassName
{
background-color: #BF2E6E;
}
</style>
border-color css
<style>
span { border-color: #BF2E6E; }
span { border-color: rgb(191,46,110); }
td.TdClassName
{
border-color: #BF2E6E;
}
.TagClassName
{
border-color: #BF2E6E;
}
</style>