#B550AB

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

Shades of Fuchsia #B550AB

Tints of Fuchsia #B550AB

Color information

#B550AB (or 0xB550AB) is unknown color: approx Fuchsia. HEX triplet: B5, 50 and AB. RGB value is (181,80,171). Sum of RGB (Red+Green+Blue) = 181+80+171=432 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.90% from 432); Green value is 80 (31.64% from 255 or 18.52% from 432); Blue value is 171 (67.19% from 255 or 39.58% from 432); Max value from RGB is 181 - color contains mainly: red. Hex color #B550AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B550AB is #4AAF54. Grayscale: #787878. Windows color (decimal): -4894549 or 11227317. OLE color: 11227317.

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

Color convert

RGB18180171-
CMYK00.560.060.29
HSL305.94º40.56%51.18%-
HSV(B)305.94º55.8%70.98%-
XYZ29.2818.540.56-
YUV120.57156.46171.1-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.90%
GREEN value IS 80 (31.64% from 255) = 18.52%
BLUE value IS 171 (67.19% from 255) = 39.58%
R=41.90%
G=18.52%
B=39.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818017100.560.060.29305.9440.5651.18
HexB550AB03861D1322933
Octal2651202530706354625163
Binary10110101101000010101011011100011011101100110010101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B550AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B550AB; }

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

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

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

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

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

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

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

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