#B04AAE

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

Shades of Fuchsia #B04AAE

Tints of Fuchsia #B04AAE

Color information

#B04AAE (or 0xB04AAE) is unknown color: approx Fuchsia. HEX triplet: B0, 4A and AE. RGB value is (176,74,174). Sum of RGB (Red+Green+Blue) = 176+74+174=424 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.51% from 424); Green value is 74 (29.30% from 255 or 17.45% from 424); Blue value is 174 (68.36% from 255 or 41.04% from 424); Max value from RGB is 176 - color contains mainly: red. Hex color #B04AAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B04AAE is #4FB551. Grayscale: #737373. Windows color (decimal): -5223762 or 11422384. OLE color: 11422384.

HSL color Cylindrical-coordinate representation of color #B04AAE: hue angle of 301.18º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B04AAE is Cyan = 0, Magento = 0.58, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB17674174-
CMYK00.580.010.31
HSL301.18º40.8%49.02%-
HSV(B)301.18º57.95%69.02%-
XYZ27.9917.1841.89-
YUV115.9160.79170.87-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.51%
GREEN value IS 74 (29.30% from 255) = 17.45%
BLUE value IS 174 (68.36% from 255) = 41.04%
R=41.51%
G=17.45%
B=41.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1767417400.580.010.31301.1840.849.02
HexB04AAE03A11F12d2931
Octal2601122560721374555161
Binary101100001001010101011100111010111111100101101101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04AAE; }

 p { color: rgb(176,74,174); }

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

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

 a { background-color: rgb(176,74,174); }

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

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

 span { border-color: rgb(176,74,174); }

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