#B358AD

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

Shades of Fuchsia #B358AD

Tints of Fuchsia #B358AD

Color information

#B358AD (or 0xB358AD) is unknown color: approx Fuchsia. HEX triplet: B3, 58 and AD. RGB value is (179,88,173). Sum of RGB (Red+Green+Blue) = 179+88+173=440 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.68% from 440); Green value is 88 (34.77% from 255 or 20% from 440); Blue value is 173 (67.97% from 255 or 39.32% from 440); Max value from RGB is 179 - color contains mainly: red. Hex color #B358AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B358AD is #4CA752. Grayscale: #7C7C7C. Windows color (decimal): -5023571 or 11360435. OLE color: 11360435.

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

Color convert

RGB17988173-
CMYK00.510.030.30
HSL303.96º37.45%52.35%-
HSV(B)303.96º50.84%70.2%-
XYZ29.6219.5841.75-
YUV124.9155.15166.59-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.68%
GREEN value IS 88 (34.77% from 255) = 20%
BLUE value IS 173 (67.97% from 255) = 39.32%
R=40.68%
G=20%
B=39.32%

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
Decimal1798817300.510.030.30303.9637.4552.35
HexB358AD03331E1302534
Octal2631302550633364604564
Binary1011001110110001010110101100111111110100110000100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B358AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B358AD; }

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

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

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

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

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

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

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

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