#B558AC

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

Shades of Fuchsia #B558AC

Tints of Fuchsia #B558AC

Color information

#B558AC (or 0xB558AC) is unknown color: approx Fuchsia. HEX triplet: B5, 58 and AC. RGB value is (181,88,172). Sum of RGB (Red+Green+Blue) = 181+88+172=441 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.04% from 441); Green value is 88 (34.77% from 255 or 19.95% from 441); Blue value is 172 (67.58% from 255 or 39.00% from 441); Max value from RGB is 181 - color contains mainly: red. Hex color #B558AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B558AC is #4AA753. Grayscale: #7D7D7D. Windows color (decimal): -4892500 or 11294901. OLE color: 11294901.

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

Color convert

RGB18188172-
CMYK00.510.050.29
HSL305.81º38.59%52.75%-
HSV(B)305.81º51.38%70.98%-
XYZ29.9919.7841.27-
YUV125.38154.31167.67-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.04%
GREEN value IS 88 (34.77% from 255) = 19.95%
BLUE value IS 172 (67.58% from 255) = 39.00%
R=41.04%
G=19.95%
B=39.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818817200.510.050.29305.8138.5952.75
HexB558AC03351D1322735
Octal2651302540635354624765
Binary10110101101100010101100011001110111101100110010100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B558AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B558AC; }

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

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

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

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

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

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

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

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