#B548AB

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

Shades of Fuchsia #B548AB

Tints of Fuchsia #B548AB

Color information

#B548AB (or 0xB548AB) is unknown color: approx Fuchsia. HEX triplet: B5, 48 and AB. RGB value is (181,72,171). Sum of RGB (Red+Green+Blue) = 181+72+171=424 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.69% from 424); Green value is 72 (28.52% from 255 or 16.98% from 424); Blue value is 171 (67.19% from 255 or 40.33% from 424); Max value from RGB is 181 - color contains mainly: red. Hex color #B548AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B548AB is #4AB754. Grayscale: #737373. Windows color (decimal): -4896597 or 11225269. OLE color: 11225269.

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

Color convert

RGB18172171-
CMYK00.600.060.29
HSL305.5º43.08%49.61%-
HSV(B)305.5º60.22%70.98%-
XYZ28.7217.440.37-
YUV115.88159.11174.45-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.69%
GREEN value IS 72 (28.52% from 255) = 16.98%
BLUE value IS 171 (67.19% from 255) = 40.33%
R=42.69%
G=16.98%
B=40.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1817217100.600.060.29305.543.0849.61
HexB548AB03C61D1322b32
Octal2651102530746354625362
Binary10110101100100010101011011110011011101100110010101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B548AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B548AB; }

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

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

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

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

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

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

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

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