#B335AE

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

Shades of Fuchsia #B335AE

Tints of Fuchsia #B335AE

Color information

#B335AE (or 0xB335AE) is unknown color: approx Fuchsia. HEX triplet: B3, 35 and AE. RGB value is (179,53,174). Sum of RGB (Red+Green+Blue) = 179+53+174=406 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.09% from 406); Green value is 53 (21.09% from 255 or 13.05% from 406); Blue value is 174 (68.36% from 255 or 42.86% from 406); Max value from RGB is 179 - color contains mainly: red. Hex color #B335AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B335AE is #4CCA51. Grayscale: #686868. Windows color (decimal): -5032530 or 11417011. OLE color: 11417011.

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

Color convert

RGB17953174-
CMYK00.700.030.30
HSL302.38º54.31%45.49%-
HSV(B)302.38º70.39%70.2%-
XYZ27.515.1941.53-
YUV104.47167.24181.16-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.09%
GREEN value IS 53 (21.09% from 255) = 13.05%
BLUE value IS 174 (68.36% from 255) = 42.86%
R=44.09%
G=13.05%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1795317400.700.030.30302.3854.3145.49
HexB335AE04631E12e362d
Octal2636525601063364566655
Binary1011001111010110101110010001101111110100101110110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B335AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B335AE; }

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

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

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

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

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

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

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

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