Shades of Medium Red Violet #BF2E9B
Tints of Medium Red Violet #BF2E9B
RGB
CMYK
RGB Variations
Color information
#BF2E9B (or 0xBF2E9B) is known color: Medium Red Violet. HEX triplet: BF, 2E and 9B. RGB value is (191,46,155). Sum of RGB (Red+Green+Blue) = 191+46+155=392 (51% of max value = 765). Red value is 191 (75% from 255 or 48.72% from 392); Green value is 46 (18.36% from 255 or 11.73% from 392); Blue value is 155 (60.94% from 255 or 39.54% from 392); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2E9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF2E9B is #40D164. Grayscale: #656565. Windows color (decimal): -4247909 or 10170047. OLE color: 10170047.
HSL color Cylindrical-coordinate representation of color #BF2E9B: hue angle of 314.9º 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 #BF2E9B is Cyan = 0, Magento = 0.76, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 46 | 155 | - |
| CMYK | 0 | 0.76 | 0.19 | 0.25 |
| HSL | 314.9º | 0.61% | 0.46% | - |
| HSV(B) | 314.9º | 0.76% | 0.75% | - |
| XYZ | 28.38 | 15.4 | 32.49 | - |
| YUV | 101.78 | 158.04 | 191.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 46 | 155 | 0 | 0.76 | 0.19 | 0.25 | 314.9 | 0.61 | 0.46 |
| Hex | BF | 2E | 9B | 0 | 4C | 13 | 19 | 13B | 3D | 2E |
| Octal | 277 | 56 | 233 | 0 | 114 | 23 | 31 | 473 | 75 | 56 |
| Binary | 10111111 | 101110 | 10011011 | 0 | 1001100 | 10011 | 11001 | 100111011 | 111101 | 101110 |
Color Harmonies of #BF2E9B
Complementary color
Monochromatic Colors of #BF2E9B
Black with #BF2E9B
Text Example
Text Example
White with #BF2E9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2E9B; }
p { color: rgb(191,46,155); }
H1.HeaderClassName
{
color: #BF2E9B;
}
.AnyTagClassName
{
color: #BF2E9B;
}
</style>
background-color css
<style>
a { background-color: #BF2E9B; }
a { background-color: rgb(191,46,155); }
div.DivClassName
{
background-color: #BF2E9B;
}
.BgClassName
{
background-color: #BF2E9B;
}
</style>
border-color css
<style>
span { border-color: #BF2E9B; }
span { border-color: rgb(191,46,155); }
td.TdClassName
{
border-color: #BF2E9B;
}
.TagClassName
{
border-color: #BF2E9B;
}
</style>