#BF2EA9

Color #BF2EA9 Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #BF2EA9

Tints of Medium Red Violet #BF2EA9

Color information

#BF2EA9 (or 0xBF2EA9) is unknown color: approx Medium Red Violet. HEX triplet: BF, 2E and A9. RGB value is (191,46,169). Sum of RGB (Red+Green+Blue) = 191+46+169=406 (53% of max value = 765). Red value is 191 (75% from 255 or 47.04% from 406); Green value is 46 (18.36% from 255 or 11.33% from 406); Blue value is 169 (66.41% from 255 or 41.63% from 406); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2EA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF2EA9 is #40D156. Grayscale: #676767. Windows color (decimal): -4247895 or 11087551. OLE color: 11087551.

HSL color Cylindrical-coordinate representation of color #BF2EA9: hue angle of 309.1º 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 #BF2EA9 is Cyan = 0, Magento = 0.76, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB19146169-
CMYK00.760.120.25
HSL309.1º61.18%46.47%-
HSV(B)309.1º75.92%74.9%-
XYZ29.6215.8939.04-
YUV103.38165.04190.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 191 (75% from 255) = 47.04%
GREEN value IS 46 (18.36% from 255) = 11.33%
BLUE value IS 169 (66.41% from 255) = 41.63%
R=47.04%
G=11.33%
B=41.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1914616900.760.120.25309.161.1846.47
HexBF2EA904CC191353d2e
Octal27756251011414314657556
Binary101111111011101010100101001100110011001100110101111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF2EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF2EA9; }

 p { color: rgb(191,46,169); }

 H1.HeaderClassName
 {
   color: #BF2EA9;
 }
 .AnyTagClassName
 {
   color: #BF2EA9;
 }
</style>
background-color css

<style>
 a { background-color: #BF2EA9; }

 a { background-color: rgb(191,46,169); }

 div.DivClassName
 {
   background-color: #BF2EA9;
 }
 .BgClassName
 {
   background-color: #BF2EA9;
 }
</style>
border-color css

<style>
 span { border-color: #BF2EA9; }

 span { border-color: rgb(191,46,169); }

 td.TdClassName
 {
   border-color: #BF2EA9;
 }
 .TagClassName
 {
   border-color: #BF2EA9;
 }
</style>