#B159B9

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

Shades of Fuchsia #B159B9

Tints of Fuchsia #B159B9

Color information

#B159B9 (or 0xB159B9) is unknown color: approx Fuchsia. HEX triplet: B1, 59 and B9. RGB value is (177,89,185). Sum of RGB (Red+Green+Blue) = 177+89+185=451 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.25% from 451); Green value is 89 (35.16% from 255 or 19.73% from 451); Blue value is 185 (72.66% from 255 or 41.02% from 451); Max value from RGB is 185 - color contains mainly: blue. Hex color #B159B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B159B9 is #4EA646. Grayscale: #7D7D7D. Windows color (decimal): -5154375 or 12147121. OLE color: 12147121.

HSL color Cylindrical-coordinate representation of color #B159B9: hue angle of 295º 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 #B159B9 is Cyan = 0.04, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17789185-
CMYK0.040.5200.27
HSL295º40.68%53.73%-
HSV(B)295º51.89%72.55%-
XYZ30.4619.9948.15-
YUV126.26161.15164.19-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.25%
GREEN value IS 89 (35.16% from 255) = 19.73%
BLUE value IS 185 (72.66% from 255) = 41.02%
R=39.25%
G=19.73%
B=41.02%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal177891850.040.5200.2729540.6853.73
HexB159B943401B1272936
Octal2611312714640334475166
Binary10110001101100110111001100110100011011100100111101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B159B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B159B9; }

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

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

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

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

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

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

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

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