#B354AD

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

Shades of Fuchsia #B354AD

Tints of Fuchsia #B354AD

Color information

#B354AD (or 0xB354AD) is unknown color: approx Fuchsia. HEX triplet: B3, 54 and AD. RGB value is (179,84,173). Sum of RGB (Red+Green+Blue) = 179+84+173=436 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.06% from 436); Green value is 84 (33.20% from 255 or 19.27% from 436); Blue value is 173 (67.97% from 255 or 39.68% from 436); Max value from RGB is 179 - color contains mainly: red. Hex color #B354AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B354AD is #4CAB52. Grayscale: #7A7A7A. Windows color (decimal): -5024595 or 11359411. OLE color: 11359411.

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

Color convert

RGB17984173-
CMYK00.530.030.30
HSL303.79º38.46%51.57%-
HSV(B)303.79º53.07%70.2%-
XYZ29.318.9441.65-
YUV122.55156.47168.26-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.06%
GREEN value IS 84 (33.20% from 255) = 19.27%
BLUE value IS 173 (67.97% from 255) = 39.68%
R=41.06%
G=19.27%
B=39.68%

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
Decimal1798417300.530.030.30303.7938.4651.57
HexB354AD03531E1302634
Octal2631242550653364604664
Binary1011001110101001010110101101011111110100110000100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B354AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B354AD; }

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

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

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

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

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

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

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

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