#B047AC

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

Shades of Fuchsia #B047AC

Tints of Fuchsia #B047AC

Color information

#B047AC (or 0xB047AC) is unknown color: approx Fuchsia. HEX triplet: B0, 47 and AC. RGB value is (176,71,172). Sum of RGB (Red+Green+Blue) = 176+71+172=419 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.00% from 419); Green value is 71 (28.12% from 255 or 16.95% from 419); Blue value is 172 (67.58% from 255 or 41.05% from 419); Max value from RGB is 176 - color contains mainly: red. Hex color #B047AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B047AC is #4FB853. Grayscale: #717171. Windows color (decimal): -5224532 or 11290544. OLE color: 11290544.

HSL color Cylindrical-coordinate representation of color #B047AC: hue angle of 302.29º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B047AC is Cyan = 0, Magento = 0.60, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB17671172-
CMYK00.600.020.31
HSL302.29º42.51%48.43%-
HSV(B)302.29º59.66%69.02%-
XYZ27.616.7240.8-
YUV113.91160.79172.29-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.00%
GREEN value IS 71 (28.12% from 255) = 16.95%
BLUE value IS 172 (67.58% from 255) = 41.05%
R=42.00%
G=16.95%
B=41.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1767117200.600.020.31302.2942.5148.43
HexB047AC03C21F12e2b30
Octal2601072540742374565360
Binary1011000010001111010110001111001011111100101110101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B047AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B047AC; }

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

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

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

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

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

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

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

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