#B159B5

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

Shades of Fuchsia #B159B5

Tints of Fuchsia #B159B5

Color information

#B159B5 (or 0xB159B5) is unknown color: approx Fuchsia. HEX triplet: B1, 59 and B5. RGB value is (177,89,181). Sum of RGB (Red+Green+Blue) = 177+89+181=447 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.60% from 447); Green value is 89 (35.16% from 255 or 19.91% from 447); Blue value is 181 (71.09% from 255 or 40.49% from 447); Max value from RGB is 181 - color contains mainly: blue. Hex color #B159B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B159B5 is #4EA64A. Grayscale: #7D7D7D. Windows color (decimal): -5154379 or 11884977. OLE color: 11884977.

HSL color Cylindrical-coordinate representation of color #B159B5: hue angle of 297.39º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B159B5 is Cyan = 0.02, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17789181-
CMYK0.020.5100.29
HSL297.39º38.33%52.94%-
HSV(B)297.39º50.83%70.98%-
XYZ30.0419.8345.96-
YUV125.8159.15164.52-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.60%
GREEN value IS 89 (35.16% from 255) = 19.91%
BLUE value IS 181 (71.09% from 255) = 40.49%
R=39.60%
G=19.91%
B=40.49%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal177891810.020.5100.29297.3938.3352.94
HexB159B523301D1292635
Octal2611312652630354514665
Binary1011000110110011011010110110011011101100101001100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B159B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B159B5; }

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

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

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

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

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

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

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

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