#B159BA

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

Shades of Fuchsia #B159BA

Tints of Fuchsia #B159BA

Color information

#B159BA (or 0xB159BA) is unknown color: approx Fuchsia. HEX triplet: B1, 59 and BA. RGB value is (177,89,186). Sum of RGB (Red+Green+Blue) = 177+89+186=452 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.16% from 452); Green value is 89 (35.16% from 255 or 19.69% from 452); Blue value is 186 (73.05% from 255 or 41.15% from 452); Max value from RGB is 186 - color contains mainly: blue. Hex color #B159BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B159BA is #4EA645. Grayscale: #7E7E7E. Windows color (decimal): -5154374 or 12212657. OLE color: 12212657.

HSL color Cylindrical-coordinate representation of color #B159BA: hue angle of 294.43º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B159BA is Cyan = 0.05, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17789186-
CMYK0.050.5200.27
HSL294.43º41.28%53.92%-
HSV(B)294.43º52.15%72.94%-
XYZ30.5720.0448.71-
YUV126.37161.65164.11-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.16%
GREEN value IS 89 (35.16% from 255) = 19.69%
BLUE value IS 186 (73.05% from 255) = 41.15%
R=39.16%
G=19.69%
B=41.15%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal177891860.050.5200.27294.4341.2853.92
HexB159BA53401B1262936
Octal2611312725640334465166
Binary10110001101100110111010101110100011011100100110101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B159BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B159BA; }

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

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

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

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

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

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

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

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