#B555AA

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

Shades of Fuchsia #B555AA

Tints of Fuchsia #B555AA

Color information

#B555AA (or 0xB555AA) is unknown color: approx Fuchsia. HEX triplet: B5, 55 and AA. RGB value is (181,85,170). Sum of RGB (Red+Green+Blue) = 181+85+170=436 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.51% from 436); Green value is 85 (33.59% from 255 or 19.50% from 436); Blue value is 170 (66.80% from 255 or 38.99% from 436); Max value from RGB is 181 - color contains mainly: red. Hex color #B555AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B555AA is #4AAA55. Grayscale: #7B7B7B. Windows color (decimal): -4893270 or 11163061. OLE color: 11163061.

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

Color convert

RGB18185170-
CMYK00.530.060.29
HSL306.88º39.34%52.16%-
HSV(B)306.88º53.04%70.98%-
XYZ29.5619.2240.18-
YUV123.39154.3169.09-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.51%
GREEN value IS 85 (33.59% from 255) = 19.50%
BLUE value IS 170 (66.80% from 255) = 38.99%
R=41.51%
G=19.50%
B=38.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818517000.530.060.29306.8839.3452.16
HexB555AA03561D1332734
Octal2651252520656354634764
Binary10110101101010110101010011010111011101100110011100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B555AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B555AA; }

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

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

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

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

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

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

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

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