#B558AB

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

Shades of Fuchsia #B558AB

Tints of Fuchsia #B558AB

Color information

#B558AB (or 0xB558AB) is unknown color: approx Fuchsia. HEX triplet: B5, 58 and AB. RGB value is (181,88,171). Sum of RGB (Red+Green+Blue) = 181+88+171=440 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.14% from 440); Green value is 88 (34.77% from 255 or 20% from 440); Blue value is 171 (67.19% from 255 or 38.86% from 440); Max value from RGB is 181 - color contains mainly: red. Hex color #B558AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B558AB is #4AA754. Grayscale: #7D7D7D. Windows color (decimal): -4892501 or 11229365. OLE color: 11229365.

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

Color convert

RGB18188171-
CMYK00.510.060.29
HSL306.45º38.59%52.75%-
HSV(B)306.45º51.38%70.98%-
XYZ29.919.7440.76-
YUV125.27153.81167.75-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.14%
GREEN value IS 88 (34.77% from 255) = 20%
BLUE value IS 171 (67.19% from 255) = 38.86%
R=41.14%
G=20%
B=38.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818817100.510.060.29306.4538.5952.75
HexB558AB03361D1322735
Octal2651302530636354624765
Binary10110101101100010101011011001111011101100110010100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B558AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B558AB; }

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

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

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

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

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

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

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

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