#B358BA

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

Shades of Fuchsia #B358BA

Tints of Fuchsia #B358BA

Color information

#B358BA (or 0xB358BA) is unknown color: approx Fuchsia. HEX triplet: B3, 58 and BA. RGB value is (179,88,186). Sum of RGB (Red+Green+Blue) = 179+88+186=453 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.51% from 453); Green value is 88 (34.77% from 255 or 19.43% from 453); Blue value is 186 (73.05% from 255 or 41.06% from 453); Max value from RGB is 186 - color contains mainly: blue. Hex color #B358BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B358BA is #4CA745. Grayscale: #7E7E7E. Windows color (decimal): -5023558 or 12212403. OLE color: 12212403.

HSL color Cylindrical-coordinate representation of color #B358BA: hue angle of 295.71º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B358BA is Cyan = 0.04, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17988186-
CMYK0.040.5300.27
HSL295.71º41.53%53.73%-
HSV(B)295.71º52.69%72.94%-
XYZ30.9420.1148.7-
YUV126.38161.65165.53-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.51%
GREEN value IS 88 (34.77% from 255) = 19.43%
BLUE value IS 186 (73.05% from 255) = 41.06%
R=39.51%
G=19.43%
B=41.06%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal179881860.040.5300.27295.7141.5353.73
HexB358BA43501B1282a36
Octal2631302724650334505266
Binary10110011101100010111010100110101011011100101000101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B358BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B358BA; }

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

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

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

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

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

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

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

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