#B049AC

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

Shades of Fuchsia #B049AC

Tints of Fuchsia #B049AC

Color information

#B049AC (or 0xB049AC) is unknown color: approx Fuchsia. HEX triplet: B0, 49 and AC. RGB value is (176,73,172). Sum of RGB (Red+Green+Blue) = 176+73+172=421 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.81% from 421); Green value is 73 (28.91% from 255 or 17.34% from 421); Blue value is 172 (67.58% from 255 or 40.86% from 421); Max value from RGB is 176 - color contains mainly: red. Hex color #B049AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B049AC is #4FB653. Grayscale: #727272. Windows color (decimal): -5224020 or 11291056. OLE color: 11291056.

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

Color convert

RGB17673172-
CMYK00.590.020.31
HSL302.33º41.37%48.82%-
HSV(B)302.33º58.52%69.02%-
XYZ27.7316.9740.84-
YUV115.08160.12171.45-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.81%
GREEN value IS 73 (28.91% from 255) = 17.34%
BLUE value IS 172 (67.58% from 255) = 40.86%
R=41.81%
G=17.34%
B=40.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1767317200.590.020.31302.3341.3748.82
HexB049AC03B21F12e2931
Octal2601112540732374565161
Binary1011000010010011010110001110111011111100101110101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B049AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B049AC; }

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

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

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

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

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

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

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

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