#B14FAE

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

Shades of Fuchsia #B14FAE

Tints of Fuchsia #B14FAE

Color information

#B14FAE (or 0xB14FAE) is unknown color: approx Fuchsia. HEX triplet: B1, 4F and AE. RGB value is (177,79,174). Sum of RGB (Red+Green+Blue) = 177+79+174=430 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.16% from 430); Green value is 79 (31.25% from 255 or 18.37% from 430); Blue value is 174 (68.36% from 255 or 40.47% from 430); Max value from RGB is 177 - color contains mainly: red. Hex color #B14FAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B14FAE is #4EB051. Grayscale: #767676. Windows color (decimal): -5156946 or 11423665. OLE color: 11423665.

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

Color convert

RGB17779174-
CMYK00.550.020.31
HSL301.84º38.58%50.2%-
HSV(B)301.84º55.37%69.41%-
XYZ28.571842.01-
YUV119.13158.97169.28-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.16%
GREEN value IS 79 (31.25% from 255) = 18.37%
BLUE value IS 174 (68.36% from 255) = 40.47%
R=41.16%
G=18.37%
B=40.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1777917400.550.020.31301.8438.5850.2
HexB14FAE03721F12e2732
Octal2611172560672374564762
Binary1011000110011111010111001101111011111100101110100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14FAE; }

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

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

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

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

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

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

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

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