#b249ae

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

Shades of Fuchsia #B249AE

Tints of Fuchsia #B249AE

Color information

#B249AE (or 0xB249AE) is unknown color: approx Fuchsia. HEX triplet: B2, 49 and AE. RGB value is (178,73,174). Sum of RGB (Red+Green+Blue) = 178+73+174=425 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.88% from 425); Green value is 73 (28.91% from 255 or 17.18% from 425); Blue value is 174 (68.36% from 255 or 40.94% from 425); Max value from RGB is 178 - color contains mainly: red. Hex color #B249AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B249AE is #4DB651. Grayscale: #737373. Windows color (decimal): -5092946 or 11422130. OLE color: 11422130.

HSL color Cylindrical-coordinate representation of color #B249AE: hue angle of 302.29º 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 #B249AE is Cyan = 0, Magento = 0.59, Yellow = 0.02 and Black (K on CMYK) = 0.30.

Color convert

RGB17873174-
CMYK00.590.020.30
HSL302.29º41.83%49.22%-
HSV(B)302.29º58.99%69.8%-
XYZ28.3817.2941.89-
YUV115.91160.79172.29-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.88%
GREEN value IS 73 (28.91% from 255) = 17.18%
BLUE value IS 174 (68.36% from 255) = 40.94%
R=41.88%
G=17.18%
B=40.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.02
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1787317400.590.020.30302.2941.8349.22
HexB249AE03B21E12e2a31
Octal2621112560732364565261
Binary1011001010010011010111001110111011110100101110101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b249ae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b249ae; }

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

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

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

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

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

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

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

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