#B159B0

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

Shades of Fuchsia #B159B0

Tints of Fuchsia #B159B0

Color information

#B159B0 (or 0xB159B0) is unknown color: approx Fuchsia. HEX triplet: B1, 59 and B0. RGB value is (177,89,176). Sum of RGB (Red+Green+Blue) = 177+89+176=442 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.05% from 442); Green value is 89 (35.16% from 255 or 20.14% from 442); Blue value is 176 (69.14% from 255 or 39.82% from 442); Max value from RGB is 177 - color contains mainly: red. Hex color #B159B0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B159B0 is #4EA64F. Grayscale: #7C7C7C. Windows color (decimal): -5154384 or 11557297. OLE color: 11557297.

HSL color Cylindrical-coordinate representation of color #B159B0: hue angle of 300.68º 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 #B159B0 is Cyan = 0, Magento = 0.50, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB17789176-
CMYK00.500.010.31
HSL300.68º36.07%52.16%-
HSV(B)300.68º49.72%69.41%-
XYZ29.5419.6343.31-
YUV125.23156.65164.93-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.05%
GREEN value IS 89 (35.16% from 255) = 20.14%
BLUE value IS 176 (69.14% from 255) = 39.82%
R=40.05%
G=20.14%
B=39.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778917600.500.010.31300.6836.0752.16
HexB159B003211F12d2434
Octal2611312600621374554464
Binary101100011011001101100000110010111111100101101100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B159B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B159B0; }

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

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

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

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

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

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

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

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