#B357B1

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

Shades of Fuchsia #B357B1

Tints of Fuchsia #B357B1

Color information

#B357B1 (or 0xB357B1) is unknown color: approx Fuchsia. HEX triplet: B3, 57 and B1. RGB value is (179,87,177). Sum of RGB (Red+Green+Blue) = 179+87+177=443 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.41% from 443); Green value is 87 (34.38% from 255 or 19.64% from 443); Blue value is 177 (69.53% from 255 or 39.95% from 443); Max value from RGB is 179 - color contains mainly: red. Hex color #B357B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B357B1 is #4CA84E. Grayscale: #7C7C7C. Windows color (decimal): -5023823 or 11622323. OLE color: 11622323.

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

Color convert

RGB17987177-
CMYK00.510.010.30
HSL301.3º37.7%52.16%-
HSV(B)301.3º51.4%70.2%-
XYZ29.9319.5743.8-
YUV124.77157.48166.68-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.41%
GREEN value IS 87 (34.38% from 255) = 19.64%
BLUE value IS 177 (69.53% from 255) = 39.95%
R=40.41%
G=19.64%
B=39.95%

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
Decimal1798717700.510.010.30301.337.752.16
HexB357B103311E12d2634
Octal2631272610631364554664
Binary101100111010111101100010110011111110100101101100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B357B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B357B1; }

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

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

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

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

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

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

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

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