#B355B8

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

Shades of Fuchsia #B355B8

Tints of Fuchsia #B355B8

Color information

#B355B8 (or 0xB355B8) is unknown color: approx Fuchsia. HEX triplet: B3, 55 and B8. RGB value is (179,85,184). Sum of RGB (Red+Green+Blue) = 179+85+184=448 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.96% from 448); Green value is 85 (33.59% from 255 or 18.97% from 448); Blue value is 184 (72.27% from 255 or 41.07% from 448); Max value from RGB is 184 - color contains mainly: blue. Hex color #B355B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B355B8 is #4CAA47. Grayscale: #7C7C7C. Windows color (decimal): -5024328 or 12080563. OLE color: 12080563.

HSL color Cylindrical-coordinate representation of color #B355B8: hue angle of 296.97º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B355B8 is Cyan = 0.03, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB17985184-
CMYK0.030.5400.28
HSL296.97º41.08%52.75%-
HSV(B)296.97º53.8%72.16%-
XYZ30.4919.5447.51-
YUV124.39161.64166.95-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.96%
GREEN value IS 85 (33.59% from 255) = 18.97%
BLUE value IS 184 (72.27% from 255) = 41.07%
R=39.96%
G=18.97%
B=41.07%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal179851840.030.5400.28296.9741.0852.75
HexB355B833601C1292935
Octal2631252703660344515165
Binary1011001110101011011100011110110011100100101001101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B355B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B355B8; }

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

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

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

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

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

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

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

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