#B553AA

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

Shades of Fuchsia #B553AA

Tints of Fuchsia #B553AA

Color information

#B553AA (or 0xB553AA) is unknown color: approx Fuchsia. HEX triplet: B5, 53 and AA. RGB value is (181,83,170). Sum of RGB (Red+Green+Blue) = 181+83+170=434 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.71% from 434); Green value is 83 (32.81% from 255 or 19.12% from 434); Blue value is 170 (66.80% from 255 or 39.17% from 434); Max value from RGB is 181 - color contains mainly: red. Hex color #B553AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B553AA is #4AAC55. Grayscale: #797979. Windows color (decimal): -4893782 or 11162549. OLE color: 11162549.

HSL color Cylindrical-coordinate representation of color #B553AA: hue angle of 306.73º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B553AA is Cyan = 0, Magento = 0.54, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB18183170-
CMYK00.540.060.29
HSL306.73º39.84%51.76%-
HSV(B)306.73º54.14%70.98%-
XYZ29.4118.9140.13-
YUV122.22154.97169.93-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.71%
GREEN value IS 83 (32.81% from 255) = 19.12%
BLUE value IS 170 (66.80% from 255) = 39.17%
R=41.71%
G=19.12%
B=39.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818317000.540.060.29306.7339.8451.76
HexB553AA03661D1332834
Octal2651232520666354635064
Binary10110101101001110101010011011011011101100110011101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B553AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B553AA; }

 p { color: rgb(181,83,170); }

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

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

 a { background-color: rgb(181,83,170); }

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

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

 span { border-color: rgb(181,83,170); }

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