#B549AC

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

Shades of Fuchsia #B549AC

Tints of Fuchsia #B549AC

Color information

#B549AC (or 0xB549AC) is unknown color: approx Fuchsia. HEX triplet: B5, 49 and AC. RGB value is (181,73,172). Sum of RGB (Red+Green+Blue) = 181+73+172=426 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.49% from 426); Green value is 73 (28.91% from 255 or 17.14% from 426); Blue value is 172 (67.58% from 255 or 40.38% from 426); Max value from RGB is 181 - color contains mainly: red. Hex color #B549AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B549AC is #4AB653. Grayscale: #747474. Windows color (decimal): -4896340 or 11291061. OLE color: 11291061.

HSL color Cylindrical-coordinate representation of color #B549AC: hue angle of 305º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B549AC is Cyan = 0, Magento = 0.60, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB18173172-
CMYK00.600.050.29
HSL305º42.52%49.8%-
HSV(B)305º59.67%70.98%-
XYZ28.8817.5740.9-
YUV116.58159.28173.95-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.49%
GREEN value IS 73 (28.91% from 255) = 17.14%
BLUE value IS 172 (67.58% from 255) = 40.38%
R=42.49%
G=17.14%
B=40.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1817317200.600.050.2930542.5249.8
HexB549AC03C51D1312b32
Octal2651112540745354615362
Binary10110101100100110101100011110010111101100110001101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B549AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B549AC; }

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

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

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

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

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

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

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

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