#B355AD

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

Shades of Fuchsia #B355AD

Tints of Fuchsia #B355AD

Color information

#B355AD (or 0xB355AD) is unknown color: approx Fuchsia. HEX triplet: B3, 55 and AD. RGB value is (179,85,173). Sum of RGB (Red+Green+Blue) = 179+85+173=437 (57% of max value = 765). Red value is 179 (70.31% from 255 or 40.96% from 437); Green value is 85 (33.59% from 255 or 19.45% from 437); Blue value is 173 (67.97% from 255 or 39.59% from 437); Max value from RGB is 179 - color contains mainly: red. Hex color #B355AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B355AD is #4CAA52. Grayscale: #7A7A7A. Windows color (decimal): -5024339 or 11359667. OLE color: 11359667.

HSL color Cylindrical-coordinate representation of color #B355AD: hue angle of 303.83º 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 #B355AD is Cyan = 0, Magento = 0.53, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB17985173-
CMYK00.530.030.30
HSL303.83º38.21%51.76%-
HSV(B)303.83º52.51%70.2%-
XYZ29.3819.141.67-
YUV123.14156.14167.84-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.96%
GREEN value IS 85 (33.59% from 255) = 19.45%
BLUE value IS 173 (67.97% from 255) = 39.59%
R=40.96%
G=19.45%
B=39.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1798517300.530.030.30303.8338.2151.76
HexB355AD03531E1302634
Octal2631252550653364604664
Binary1011001110101011010110101101011111110100110000100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B355AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B355AD; }

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

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

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

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

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

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

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

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