#B354B6

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

Shades of Fuchsia #B354B6

Tints of Fuchsia #B354B6

Color information

#B354B6 (or 0xB354B6) is unknown color: approx Fuchsia. HEX triplet: B3, 54 and B6. RGB value is (179,84,182). Sum of RGB (Red+Green+Blue) = 179+84+182=445 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.22% from 445); Green value is 84 (33.20% from 255 or 18.88% from 445); Blue value is 182 (71.48% from 255 or 40.90% from 445); Max value from RGB is 182 - color contains mainly: blue. Hex color #B354B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B354B6 is #4CAB49. Grayscale: #7B7B7B. Windows color (decimal): -5024586 or 11949235. OLE color: 11949235.

HSL color Cylindrical-coordinate representation of color #B354B6: hue angle of 298.16º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B354B6 is Cyan = 0.02, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17984182-
CMYK0.020.5400.29
HSL298.16º40.16%52.16%-
HSV(B)298.16º53.85%71.37%-
XYZ30.219.346.39-
YUV123.58160.97167.53-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.22%
GREEN value IS 84 (33.20% from 255) = 18.88%
BLUE value IS 182 (71.48% from 255) = 40.90%
R=40.22%
G=18.88%
B=40.90%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal179841820.020.5400.29298.1640.1652.16
HexB354B623601D12a2834
Octal2631242662660354525064
Binary1011001110101001011011010110110011101100101010101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B354B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B354B6; }

 p { color: rgb(179,84,182); }

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

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

 a { background-color: rgb(179,84,182); }

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

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

 span { border-color: rgb(179,84,182); }

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