#B357B3

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

Shades of Fuchsia #B357B3

Tints of Fuchsia #B357B3

Color information

#B357B3 (or 0xB357B3) is unknown color: approx Fuchsia. HEX triplet: B3, 57 and B3. RGB value is (179,87,179). Sum of RGB (Red+Green+Blue) = 179+87+179=445 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.22% from 445); Green value is 87 (34.38% from 255 or 19.55% from 445); Blue value is 179 (70.31% from 255 or 40.22% from 445); Max value from RGB is 179 - color contains mainly: red, blue. Hex color #B357B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B357B3 is #4CA84C. Grayscale: #7C7C7C. Windows color (decimal): -5023821 or 11753395. OLE color: 11753395.

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

Color convert

RGB17987179-
CMYK00.5100.30
HSL300º37.7%52.16%-
HSV(B)300º51.4%70.2%-
XYZ30.1419.6544.85-
YUV125158.48166.52-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.22%
GREEN value IS 87 (34.38% from 255) = 19.55%
BLUE value IS 179 (70.31% from 255) = 40.22%
R=40.22%
G=19.55%
B=40.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1798717900.5100.3030037.752.16
HexB357B303301E12c2634
Octal2631272630630364544664
Binary101100111010111101100110110011011110100101100100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B357B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B357B3; }

 p { color: rgb(179,87,179); }

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

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

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

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

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

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

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