#B349AE

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

Shades of Fuchsia #B349AE

Tints of Fuchsia #B349AE

Color information

#B349AE (or 0xB349AE) is unknown color: approx Fuchsia. HEX triplet: B3, 49 and AE. RGB value is (179,73,174). Sum of RGB (Red+Green+Blue) = 179+73+174=426 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.02% from 426); Green value is 73 (28.91% from 255 or 17.14% from 426); Blue value is 174 (68.36% from 255 or 40.85% from 426); Max value from RGB is 179 - color contains mainly: red. Hex color #B349AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B349AE is #4CB651. Grayscale: #737373. Windows color (decimal): -5027410 or 11422131. OLE color: 11422131.

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

Color convert

RGB17973174-
CMYK00.590.030.30
HSL302.83º42.06%49.41%-
HSV(B)302.83º59.22%70.2%-
XYZ28.6117.441.9-
YUV116.21160.62172.79-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.02%
GREEN value IS 73 (28.91% from 255) = 17.14%
BLUE value IS 174 (68.36% from 255) = 40.85%
R=42.02%
G=17.14%
B=40.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1797317400.590.030.30302.8342.0649.41
HexB349AE03B31E12f2a31
Octal2631112560733364575261
Binary1011001110010011010111001110111111110100101111101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B349AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B349AE; }

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

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

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

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

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

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

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

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