#B358B1

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

Shades of Fuchsia #B358B1

Tints of Fuchsia #B358B1

Color information

#B358B1 (or 0xB358B1) is unknown color: approx Fuchsia. HEX triplet: B3, 58 and B1. RGB value is (179,88,177). Sum of RGB (Red+Green+Blue) = 179+88+177=444 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.32% from 444); Green value is 88 (34.77% from 255 or 19.82% from 444); Blue value is 177 (69.53% from 255 or 39.86% from 444); Max value from RGB is 179 - color contains mainly: red. Hex color #B358B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B358B1 is #4CA74E. Grayscale: #7D7D7D. Windows color (decimal): -5023567 or 11622579. OLE color: 11622579.

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

Color convert

RGB17988177-
CMYK00.510.010.30
HSL301.32º37.45%52.35%-
HSV(B)301.32º50.84%70.2%-
XYZ30.0219.7443.82-
YUV125.35157.15166.26-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.32%
GREEN value IS 88 (34.77% from 255) = 19.82%
BLUE value IS 177 (69.53% from 255) = 39.86%
R=40.32%
G=19.82%
B=39.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.01
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1798817700.510.010.30301.3237.4552.35
HexB358B103311E12d2534
Octal2631302610631364554564
Binary101100111011000101100010110011111110100101101100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B358B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B358B1; }

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

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

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

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

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

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

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

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