#B329AE

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

Shades of Fuchsia #B329AE

Tints of Fuchsia #B329AE

Color information

#B329AE (or 0xB329AE) is unknown color: approx Fuchsia. HEX triplet: B3, 29 and AE. RGB value is (179,41,174). Sum of RGB (Red+Green+Blue) = 179+41+174=394 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.43% from 394); Green value is 41 (16.41% from 255 or 10.41% from 394); Blue value is 174 (68.36% from 255 or 44.16% from 394); Max value from RGB is 179 - color contains mainly: red. Hex color #B329AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B329AE is #4CD651. Grayscale: #616161. Windows color (decimal): -5035602 or 11413939. OLE color: 11413939.

HSL color Cylindrical-coordinate representation of color #B329AE: hue angle of 302.17º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B329AE is Cyan = 0, Magento = 0.77, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB17941174-
CMYK00.770.030.30
HSL302.17º62.73%43.14%-
HSV(B)302.17º77.09%70.2%-
XYZ27.0214.2341.37-
YUV97.42171.22186.19-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 45.43%
GREEN value IS 41 (16.41% from 255) = 10.41%
BLUE value IS 174 (68.36% from 255) = 44.16%
R=45.43%
G=10.41%
B=44.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1794117400.770.030.30302.1762.7343.14
HexB329AE04D31E12e3f2b
Octal2635125601153364567753
Binary1011001110100110101110010011011111110100101110111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B329AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B329AE; }

 p { color: rgb(179,41,174); }

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

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

 a { background-color: rgb(179,41,174); }

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

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

 span { border-color: rgb(179,41,174); }

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