#B334AE

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

Shades of Fuchsia #B334AE

Tints of Fuchsia #B334AE

Color information

#B334AE (or 0xB334AE) is unknown color: approx Fuchsia. HEX triplet: B3, 34 and AE. RGB value is (179,52,174). Sum of RGB (Red+Green+Blue) = 179+52+174=405 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.20% from 405); Green value is 52 (20.70% from 255 or 12.84% from 405); Blue value is 174 (68.36% from 255 or 42.96% from 405); Max value from RGB is 179 - color contains mainly: red. Hex color #B334AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B334AE is #4CCB51. Grayscale: #676767. Windows color (decimal): -5032786 or 11416755. OLE color: 11416755.

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

Color convert

RGB17952174-
CMYK00.710.030.30
HSL302.36º54.98%45.29%-
HSV(B)302.36º70.95%70.2%-
XYZ27.4615.141.51-
YUV103.88167.58181.58-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.20%
GREEN value IS 52 (20.70% from 255) = 12.84%
BLUE value IS 174 (68.36% from 255) = 42.96%
R=44.20%
G=12.84%
B=42.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1795217400.710.030.30302.3654.9845.29
HexB334AE04731E12e372d
Octal2636425601073364566755
Binary1011001111010010101110010001111111110100101110110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B334AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B334AE; }

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

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

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

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

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

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

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

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