Shades of Medium Red Violet #BF2EAA
Tints of Medium Red Violet #BF2EAA
RGB
CMYK
RGB Variations
Color information
#BF2EAA (or 0xBF2EAA) is known color: Medium Red Violet. HEX triplet: BF, 2E and AA. RGB value is (191,46,170). Sum of RGB (Red+Green+Blue) = 191+46+170=407 (53% of max value = 765). Red value is 191 (75% from 255 or 46.93% from 407); Green value is 46 (18.36% from 255 or 11.30% from 407); Blue value is 170 (66.80% from 255 or 41.77% from 407); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2EAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF2EAA is #40D155. Grayscale: #676767. Windows color (decimal): -4247894 or 11153087. OLE color: 11153087.
HSL color Cylindrical-coordinate representation of color #BF2EAA: hue angle of 308.69º 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 #BF2EAA is Cyan = 0, Magento = 0.76, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 46 | 170 | - |
| CMYK | 0 | 0.76 | 0.11 | 0.25 |
| HSL | 308.69º | 0.61% | 0.46% | - |
| HSV(B) | 308.69º | 0.76% | 0.75% | - |
| XYZ | 29.72 | 15.93 | 39.54 | - |
| YUV | 103.49 | 165.54 | 190.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 46 | 170 | 0 | 0.76 | 0.11 | 0.25 | 308.69 | 0.61 | 0.46 |
| Hex | BF | 2E | AA | 0 | 4C | B | 19 | 135 | 3D | 2E |
| Octal | 277 | 56 | 252 | 0 | 114 | 13 | 31 | 465 | 75 | 56 |
| Binary | 10111111 | 101110 | 10101010 | 0 | 1001100 | 1011 | 11001 | 100110101 | 111101 | 101110 |
Color Harmonies of #BF2EAA
Complementary color
Monochromatic Colors of #BF2EAA
Black with #BF2EAA
Text Example
Text Example
White with #BF2EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2EAA; }
p { color: rgb(191,46,170); }
H1.HeaderClassName
{
color: #BF2EAA;
}
.AnyTagClassName
{
color: #BF2EAA;
}
</style>
background-color css
<style>
a { background-color: #BF2EAA; }
a { background-color: rgb(191,46,170); }
div.DivClassName
{
background-color: #BF2EAA;
}
.BgClassName
{
background-color: #BF2EAA;
}
</style>
border-color css
<style>
span { border-color: #BF2EAA; }
span { border-color: rgb(191,46,170); }
td.TdClassName
{
border-color: #BF2EAA;
}
.TagClassName
{
border-color: #BF2EAA;
}
</style>