#B14AAC

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

Shades of Fuchsia #B14AAC

Tints of Fuchsia #B14AAC

Color information

#B14AAC (or 0xB14AAC) is unknown color: approx Fuchsia. HEX triplet: B1, 4A and AC. RGB value is (177,74,172). Sum of RGB (Red+Green+Blue) = 177+74+172=423 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.84% from 423); Green value is 74 (29.30% from 255 or 17.49% from 423); Blue value is 172 (67.58% from 255 or 40.66% from 423); Max value from RGB is 177 - color contains mainly: red. Hex color #B14AAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14AAC is #4EB553. Grayscale: #737373. Windows color (decimal): -5158228 or 11291313. OLE color: 11291313.

HSL color Cylindrical-coordinate representation of color #B14AAC: hue angle of 302.91º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B14AAC is Cyan = 0, Magento = 0.58, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB17774172-
CMYK00.580.030.31
HSL302.91º41.04%49.22%-
HSV(B)302.91º58.19%69.41%-
XYZ28.0317.2240.88-
YUV115.97159.62171.53-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.84%
GREEN value IS 74 (29.30% from 255) = 17.49%
BLUE value IS 172 (67.58% from 255) = 40.66%
R=41.84%
G=17.49%
B=40.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1777417200.580.030.31302.9141.0449.22
HexB14AAC03A31F12f2931
Octal2611122540723374575161
Binary1011000110010101010110001110101111111100101111101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14AAC; }

 p { color: rgb(177,74,172); }

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

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

 a { background-color: rgb(177,74,172); }

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

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

 span { border-color: rgb(177,74,172); }

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