#B358AE

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

Shades of Fuchsia #B358AE

Tints of Fuchsia #B358AE

Color information

#B358AE (or 0xB358AE) is unknown color: approx Fuchsia. HEX triplet: B3, 58 and AE. RGB value is (179,88,174). Sum of RGB (Red+Green+Blue) = 179+88+174=441 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.59% from 441); Green value is 88 (34.77% from 255 or 19.95% from 441); Blue value is 174 (68.36% from 255 or 39.46% from 441); Max value from RGB is 179 - color contains mainly: red. Hex color #B358AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B358AE is #4CA751. Grayscale: #7C7C7C. Windows color (decimal): -5023570 or 11425971. OLE color: 11425971.

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

Color convert

RGB17988174-
CMYK00.510.030.30
HSL303.3º37.45%52.35%-
HSV(B)303.3º50.84%70.2%-
XYZ29.7219.6242.26-
YUV125.01155.65166.51-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.59%
GREEN value IS 88 (34.77% from 255) = 19.95%
BLUE value IS 174 (68.36% from 255) = 39.46%
R=40.59%
G=19.95%
B=39.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1798817400.510.030.30303.337.4552.35
HexB358AE03331E12f2534
Octal2631302560633364574564
Binary1011001110110001010111001100111111110100101111100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B358AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B358AE; }

 p { color: rgb(179,88,174); }

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

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

 a { background-color: rgb(179,88,174); }

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

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

 span { border-color: rgb(179,88,174); }

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