#B159B3

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

Shades of Fuchsia #B159B3

Tints of Fuchsia #B159B3

Color information

#B159B3 (or 0xB159B3) is unknown color: approx Fuchsia. HEX triplet: B1, 59 and B3. RGB value is (177,89,179). Sum of RGB (Red+Green+Blue) = 177+89+179=445 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.78% from 445); Green value is 89 (35.16% from 255 or 20% from 445); Blue value is 179 (70.31% from 255 or 40.22% from 445); Max value from RGB is 179 - color contains mainly: blue. Hex color #B159B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B159B3 is #4EA64C. Grayscale: #7D7D7D. Windows color (decimal): -5154381 or 11753905. OLE color: 11753905.

HSL color Cylindrical-coordinate representation of color #B159B3: hue angle of 298.67º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B159B3 is Cyan = 0.01, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB17789179-
CMYK0.010.5000.30
HSL298.67º37.19%52.55%-
HSV(B)298.67º50.28%70.2%-
XYZ29.8419.7544.89-
YUV125.57158.15164.68-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.78%
GREEN value IS 89 (35.16% from 255) = 20%
BLUE value IS 179 (70.31% from 255) = 40.22%
R=39.78%
G=20%
B=40.22%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal177891790.010.5000.30298.6737.1952.55
HexB159B313201E12b2535
Octal2611312631620364534565
Binary101100011011001101100111110010011110100101011100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B159B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B159B3; }

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

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

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

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

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

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

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

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