#BF2E9A

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

Shades of Medium Red Violet #BF2E9A

Tints of Medium Red Violet #BF2E9A

Color information

#BF2E9A (or 0xBF2E9A) is unknown color: approx Medium Red Violet. HEX triplet: BF, 2E and 9A. RGB value is (191,46,154). Sum of RGB (Red+Green+Blue) = 191+46+154=391 (51% of max value = 765). Red value is 191 (75% from 255 or 48.85% from 391); Green value is 46 (18.36% from 255 or 11.76% from 391); Blue value is 154 (60.55% from 255 or 39.39% from 391); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2E9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF2E9A is #40D165. Grayscale: #656565. Windows color (decimal): -4247910 or 10104511. OLE color: 10104511.

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

Color convert

RGB19146154-
CMYK00.760.190.25
HSL315.31º61.18%46.47%-
HSV(B)315.31º75.92%74.9%-
XYZ28.315.3632.05-
YUV101.67157.54191.72-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.85%
GREEN value IS 46 (18.36% from 255) = 11.76%
BLUE value IS 154 (60.55% from 255) = 39.39%
R=48.85%
G=11.76%
B=39.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1914615400.760.190.25315.3161.1846.47
HexBF2E9A04C131913b3d2e
Octal27756232011423314737556
Binary1011111110111010011010010011001001111001100111011111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF2E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF2E9A; }

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

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

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

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

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

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

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

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