#B14EAE

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

Shades of Fuchsia #B14EAE

Tints of Fuchsia #B14EAE

Color information

#B14EAE (or 0xB14EAE) is unknown color: approx Fuchsia. HEX triplet: B1, 4E and AE. RGB value is (177,78,174). Sum of RGB (Red+Green+Blue) = 177+78+174=429 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.26% from 429); Green value is 78 (30.86% from 255 or 18.18% from 429); Blue value is 174 (68.36% from 255 or 40.56% from 429); Max value from RGB is 177 - color contains mainly: red. Hex color #B14EAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B14EAE is #4EB151. Grayscale: #767676. Windows color (decimal): -5157202 or 11423409. OLE color: 11423409.

HSL color Cylindrical-coordinate representation of color #B14EAE: hue angle of 301.82º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B14EAE is Cyan = 0, Magento = 0.56, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB17778174-
CMYK00.560.020.31
HSL301.82º38.82%50%-
HSV(B)301.82º55.93%69.41%-
XYZ28.517.8541.99-
YUV118.54159.3169.69-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.26%
GREEN value IS 78 (30.86% from 255) = 18.18%
BLUE value IS 174 (68.36% from 255) = 40.56%
R=41.26%
G=18.18%
B=40.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1777817400.560.020.31301.8238.8250
HexB14EAE03821F12e2732
Octal2611162560702374564762
Binary1011000110011101010111001110001011111100101110100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14EAE; }

 p { color: rgb(177,78,174); }

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

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

 a { background-color: rgb(177,78,174); }

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

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

 span { border-color: rgb(177,78,174); }

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