#B548AC

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

Shades of Fuchsia #B548AC

Tints of Fuchsia #B548AC

Color information

#B548AC (or 0xB548AC) is unknown color: approx Fuchsia. HEX triplet: B5, 48 and AC. RGB value is (181,72,172). Sum of RGB (Red+Green+Blue) = 181+72+172=425 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.59% from 425); Green value is 72 (28.52% from 255 or 16.94% from 425); Blue value is 172 (67.58% from 255 or 40.47% from 425); Max value from RGB is 181 - color contains mainly: red. Hex color #B548AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B548AC is #4AB753. Grayscale: #737373. Windows color (decimal): -4896596 or 11290805. OLE color: 11290805.

HSL color Cylindrical-coordinate representation of color #B548AC: hue angle of 304.95º 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 #B548AC is Cyan = 0, Magento = 0.60, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB18172172-
CMYK00.600.050.29
HSL304.95º43.08%49.61%-
HSV(B)304.95º60.22%70.98%-
XYZ28.8217.4440.88-
YUV115.99159.61174.37-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.59%
GREEN value IS 72 (28.52% from 255) = 16.94%
BLUE value IS 172 (67.58% from 255) = 40.47%
R=42.59%
G=16.94%
B=40.47%

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
Decimal1817217200.600.050.29304.9543.0849.61
HexB548AC03C51D1312b32
Octal2651102540745354615362
Binary10110101100100010101100011110010111101100110001101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B548AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B548AC; }

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

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

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

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

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

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

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

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