#B159B1

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

Shades of Fuchsia #B159B1

Tints of Fuchsia #B159B1

Color information

#B159B1 (or 0xB159B1) is unknown color: approx Fuchsia. HEX triplet: B1, 59 and B1. RGB value is (177,89,177). Sum of RGB (Red+Green+Blue) = 177+89+177=443 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.95% from 443); Green value is 89 (35.16% from 255 or 20.09% from 443); Blue value is 177 (69.53% from 255 or 39.95% from 443); Max value from RGB is 177 - color contains mainly: red, blue. Hex color #B159B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B159B1 is #4EA64E. Grayscale: #7D7D7D. Windows color (decimal): -5154383 or 11622833. OLE color: 11622833.

HSL color Cylindrical-coordinate representation of color #B159B1: hue angle of 300º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B159B1 is Cyan = 0, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB17789177-
CMYK00.5000.31
HSL300º36.07%52.16%-
HSV(B)300º49.72%69.41%-
XYZ29.6419.6743.83-
YUV125.34157.15164.84-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.95%
GREEN value IS 89 (35.16% from 255) = 20.09%
BLUE value IS 177 (69.53% from 255) = 39.95%
R=39.95%
G=20.09%
B=39.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778917700.5000.3130036.0752.16
HexB159B103201F12c2434
Octal2611312610620374544464
Binary101100011011001101100010110010011111100101100100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B159B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B159B1; }

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

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

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

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

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

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

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

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