#B339AE

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

Shades of Fuchsia #B339AE

Tints of Fuchsia #B339AE

Color information

#B339AE (or 0xB339AE) is unknown color: approx Fuchsia. HEX triplet: B3, 39 and AE. RGB value is (179,57,174). Sum of RGB (Red+Green+Blue) = 179+57+174=410 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.66% from 410); Green value is 57 (22.66% from 255 or 13.90% from 410); Blue value is 174 (68.36% from 255 or 42.44% from 410); Max value from RGB is 179 - color contains mainly: red. Hex color #B339AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B339AE is #4CC651. Grayscale: #6A6A6A. Windows color (decimal): -5031506 or 11418035. OLE color: 11418035.

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

Color convert

RGB17957174-
CMYK00.680.030.30
HSL302.46º51.69%46.27%-
HSV(B)302.46º68.16%70.2%-
XYZ27.6915.5741.59-
YUV106.82165.92179.49-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.66%
GREEN value IS 57 (22.66% from 255) = 13.90%
BLUE value IS 174 (68.36% from 255) = 42.44%
R=43.66%
G=13.90%
B=42.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1795717400.680.030.30302.4651.6946.27
HexB339AE04431E12e342e
Octal2637125601043364566456
Binary1011001111100110101110010001001111110100101110110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B339AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B339AE; }

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

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

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

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

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

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

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

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