#BF2EAE

Color #BF2EAE Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #BF2EAE

Tints of Fuchsia #BF2EAE

Color information

#BF2EAE (or 0xBF2EAE) is unknown color: approx Fuchsia. HEX triplet: BF, 2E and AE. RGB value is (191,46,174). Sum of RGB (Red+Green+Blue) = 191+46+174=411 (54% of max value = 765). Red value is 191 (75% from 255 or 46.47% from 411); Green value is 46 (18.36% from 255 or 11.19% from 411); Blue value is 174 (68.36% from 255 or 42.34% from 411); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2EAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF2EAE is #40D151. Grayscale: #676767. Windows color (decimal): -4247890 or 11415231. OLE color: 11415231.

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

Color convert

RGB19146174-
CMYK00.760.090.25
HSL307.03º61.18%46.47%-
HSV(B)307.03º75.92%74.9%-
XYZ30.116.0941.56-
YUV103.95167.54190.09-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.47%
GREEN value IS 46 (18.36% from 255) = 11.19%
BLUE value IS 174 (68.36% from 255) = 42.34%
R=46.47%
G=11.19%
B=42.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1914617400.760.090.25307.0361.1846.47
HexBF2EAE04C9191333d2e
Octal27756256011411314637556
Binary101111111011101010111001001100100111001100110011111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF2EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF2EAE; }

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

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

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

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

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

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

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

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