#BF2E8C

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

Shades of Medium Red Violet #BF2E8C

Tints of Medium Red Violet #BF2E8C

Color information

#BF2E8C (or 0xBF2E8C) is unknown color: approx Medium Red Violet. HEX triplet: BF, 2E and 8C. RGB value is (191,46,140). Sum of RGB (Red+Green+Blue) = 191+46+140=377 (49% of max value = 765). Red value is 191 (75% from 255 or 50.66% from 377); Green value is 46 (18.36% from 255 or 12.20% from 377); Blue value is 140 (55.08% from 255 or 37.14% from 377); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2E8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF2E8C is #40D173. Grayscale: #636363. Windows color (decimal): -4247924 or 9187007. OLE color: 9187007.

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

Color convert

RGB19146140-
CMYK00.760.270.25
HSL321.1º61.18%46.47%-
HSV(B)321.1º75.92%74.9%-
XYZ27.214.9226.26-
YUV100.07150.54192.86-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 50.66%
GREEN value IS 46 (18.36% from 255) = 12.20%
BLUE value IS 140 (55.08% from 255) = 37.14%
R=50.66%
G=12.20%
B=37.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1914614000.760.270.25321.161.1846.47
HexBF2E8C04C1B191413d2e
Octal27756214011433315017556
Binary1011111110111010001100010011001101111001101000001111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF2E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF2E8C; }

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

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

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

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

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

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

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

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