#B555AB

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

Shades of Fuchsia #B555AB

Tints of Fuchsia #B555AB

Color information

#B555AB (or 0xB555AB) is unknown color: approx Fuchsia. HEX triplet: B5, 55 and AB. RGB value is (181,85,171). Sum of RGB (Red+Green+Blue) = 181+85+171=437 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.42% from 437); Green value is 85 (33.59% from 255 or 19.45% from 437); Blue value is 171 (67.19% from 255 or 39.13% from 437); Max value from RGB is 181 - color contains mainly: red. Hex color #B555AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B555AB is #4AAA54. Grayscale: #7B7B7B. Windows color (decimal): -4893269 or 11228597. OLE color: 11228597.

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

Color convert

RGB18185171-
CMYK00.530.060.29
HSL306.25º39.34%52.16%-
HSV(B)306.25º53.04%70.98%-
XYZ29.6619.2640.68-
YUV123.51154.8169.01-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.42%
GREEN value IS 85 (33.59% from 255) = 19.45%
BLUE value IS 171 (67.19% from 255) = 39.13%
R=41.42%
G=19.45%
B=39.13%

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
Decimal1818517100.530.060.29306.2539.3452.16
HexB555AB03561D1322734
Octal2651252530656354624764
Binary10110101101010110101011011010111011101100110010100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B555AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B555AB; }

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

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

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

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

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

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

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

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