#b556aa

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

Shades of Fuchsia #B556AA

Tints of Fuchsia #B556AA

Color information

#B556AA (or 0xB556AA) is unknown color: approx Fuchsia. HEX triplet: B5, 56 and AA. RGB value is (181,86,170). Sum of RGB (Red+Green+Blue) = 181+86+170=437 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.42% from 437); Green value is 86 (33.98% from 255 or 19.68% from 437); Blue value is 170 (66.80% from 255 or 38.90% from 437); Max value from RGB is 181 - color contains mainly: red. Hex color #B556AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B556AA is #4AA955. Grayscale: #7B7B7B. Windows color (decimal): -4893014 or 11163317. OLE color: 11163317.

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

Color convert

RGB18186170-
CMYK00.520.060.29
HSL306.95º39.09%52.35%-
HSV(B)306.95º52.49%70.98%-
XYZ29.6419.3840.21-
YUV123.98153.97168.67-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.42%
GREEN value IS 86 (33.98% from 255) = 19.68%
BLUE value IS 170 (66.80% from 255) = 38.90%
R=41.42%
G=19.68%
B=38.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818617000.520.060.29306.9539.0952.35
HexB556AA03461D1332734
Octal2651262520646354634764
Binary10110101101011010101010011010011011101100110011100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b556aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b556aa; }

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

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

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

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

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

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

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

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