#B14EAD

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

Shades of Fuchsia #B14EAD

Tints of Fuchsia #B14EAD

Color information

#B14EAD (or 0xB14EAD) is unknown color: approx Fuchsia. HEX triplet: B1, 4E and AD. RGB value is (177,78,173). Sum of RGB (Red+Green+Blue) = 177+78+173=428 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.36% from 428); Green value is 78 (30.86% from 255 or 18.22% from 428); Blue value is 173 (67.97% from 255 or 40.42% from 428); Max value from RGB is 177 - color contains mainly: red. Hex color #B14EAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B14EAD is #4EB152. Grayscale: #767676. Windows color (decimal): -5157203 or 11357873. OLE color: 11357873.

HSL color Cylindrical-coordinate representation of color #B14EAD: hue angle of 302.42º 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 #B14EAD is Cyan = 0, Magento = 0.56, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB17778173-
CMYK00.560.020.31
HSL302.42º38.82%50%-
HSV(B)302.42º55.93%69.41%-
XYZ28.417.8141.48-
YUV118.43158.8169.78-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.36%
GREEN value IS 78 (30.86% from 255) = 18.22%
BLUE value IS 173 (67.97% from 255) = 40.42%
R=41.36%
G=18.22%
B=40.42%

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
Decimal1777817300.560.020.31302.4238.8250
HexB14EAD03821F12e2732
Octal2611162550702374564762
Binary1011000110011101010110101110001011111100101110100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14EAD; }

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

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

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

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

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

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

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

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