#B355B1

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

Shades of Fuchsia #B355B1

Tints of Fuchsia #B355B1

Color information

#B355B1 (or 0xB355B1) is unknown color: approx Fuchsia. HEX triplet: B3, 55 and B1. RGB value is (179,85,177). Sum of RGB (Red+Green+Blue) = 179+85+177=441 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.59% from 441); Green value is 85 (33.59% from 255 or 19.27% from 441); Blue value is 177 (69.53% from 255 or 40.14% from 441); Max value from RGB is 179 - color contains mainly: red. Hex color #B355B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B355B1 is #4CAA4E. Grayscale: #7B7B7B. Windows color (decimal): -5024335 or 11621811. OLE color: 11621811.

HSL color Cylindrical-coordinate representation of color #B355B1: hue angle of 301.28º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B355B1 is Cyan = 0, Magento = 0.53, Yellow = 0.01 and Black (K on CMYK) = 0.30.

Color convert

RGB17985177-
CMYK00.530.010.30
HSL301.28º38.21%51.76%-
HSV(B)301.28º52.51%70.2%-
XYZ29.7719.2643.74-
YUV123.59158.14167.52-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.59%
GREEN value IS 85 (33.59% from 255) = 19.27%
BLUE value IS 177 (69.53% from 255) = 40.14%
R=40.59%
G=19.27%
B=40.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.01
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1798517700.530.010.30301.2838.2151.76
HexB355B103511E12d2634
Octal2631252610651364554664
Binary101100111010101101100010110101111110100101101100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B355B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B355B1; }

 p { color: rgb(179,85,177); }

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

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

 a { background-color: rgb(179,85,177); }

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

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

 span { border-color: rgb(179,85,177); }

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