#B04AAC

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

Shades of Fuchsia #B04AAC

Tints of Fuchsia #B04AAC

Color information

#B04AAC (or 0xB04AAC) is unknown color: approx Fuchsia. HEX triplet: B0, 4A and AC. RGB value is (176,74,172). Sum of RGB (Red+Green+Blue) = 176+74+172=422 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.71% from 422); Green value is 74 (29.30% from 255 or 17.54% from 422); Blue value is 172 (67.58% from 255 or 40.76% from 422); Max value from RGB is 176 - color contains mainly: red. Hex color #B04AAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B04AAC is #4FB553. Grayscale: #737373. Windows color (decimal): -5223764 or 11291312. OLE color: 11291312.

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

Color convert

RGB17674172-
CMYK00.580.020.31
HSL302.35º40.8%49.02%-
HSV(B)302.35º57.95%69.02%-
XYZ27.817.1140.87-
YUV115.67159.79171.03-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.71%
GREEN value IS 74 (29.30% from 255) = 17.54%
BLUE value IS 172 (67.58% from 255) = 40.76%
R=41.71%
G=17.54%
B=40.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1767417200.580.020.31302.3540.849.02
HexB04AAC03A21F12e2931
Octal2601122540722374565161
Binary1011000010010101010110001110101011111100101110101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04AAC; }

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

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

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

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

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

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

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

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