#B558B2

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

Shades of Fuchsia #B558B2

Tints of Fuchsia #B558B2

Color information

#B558B2 (or 0xB558B2) is unknown color: approx Fuchsia. HEX triplet: B5, 58 and B2. RGB value is (181,88,178). Sum of RGB (Red+Green+Blue) = 181+88+178=447 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.49% from 447); Green value is 88 (34.77% from 255 or 19.69% from 447); Blue value is 178 (69.92% from 255 or 39.82% from 447); Max value from RGB is 181 - color contains mainly: red. Hex color #B558B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B558B2 is #4AA74D. Grayscale: #7D7D7D. Windows color (decimal): -4892494 or 11688117. OLE color: 11688117.

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

Color convert

RGB18188178-
CMYK00.510.020.29
HSL301.94º38.59%52.75%-
HSV(B)301.94º51.38%70.98%-
XYZ30.5820.0244.37-
YUV126.07157.31167.18-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.49%
GREEN value IS 88 (34.77% from 255) = 19.69%
BLUE value IS 178 (69.92% from 255) = 39.82%
R=40.49%
G=19.69%
B=39.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818817800.510.020.29301.9438.5952.75
HexB558B203321D12e2735
Octal2651302620632354564765
Binary1011010110110001011001001100111011101100101110100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B558B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B558B2; }

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

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

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

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

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

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

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

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