#B159BB

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

Shades of Fuchsia #B159BB

Tints of Fuchsia #B159BB

Color information

#B159BB (or 0xB159BB) is unknown color: approx Fuchsia. HEX triplet: B1, 59 and BB. RGB value is (177,89,187). Sum of RGB (Red+Green+Blue) = 177+89+187=453 (60% of max value = 765). Red value is 177 (69.53% from 255 or 39.07% from 453); Green value is 89 (35.16% from 255 or 19.65% from 453); Blue value is 187 (73.44% from 255 or 41.28% from 453); Max value from RGB is 187 - color contains mainly: blue. Hex color #B159BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B159BB is #4EA644. Grayscale: #7E7E7E. Windows color (decimal): -5154373 or 12278193. OLE color: 12278193.

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

Color convert

RGB17789187-
CMYK0.050.5200.27
HSL293.88º41.88%54.12%-
HSV(B)293.88º52.41%73.33%-
XYZ30.6720.0849.27-
YUV126.48162.15164.03-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.07%
GREEN value IS 89 (35.16% from 255) = 19.65%
BLUE value IS 187 (73.44% from 255) = 41.28%
R=39.07%
G=19.65%
B=41.28%

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
Decimal177891870.050.5200.27293.8841.8854.12
HexB159BB53401B1262a36
Octal2611312735640334465266
Binary10110001101100110111011101110100011011100100110101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B159BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B159BB; }

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

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

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

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

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

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

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

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