#B157B9

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

Shades of Fuchsia #B157B9

Tints of Fuchsia #B157B9

Color information

#B157B9 (or 0xB157B9) is unknown color: approx Fuchsia. HEX triplet: B1, 57 and B9. RGB value is (177,87,185). Sum of RGB (Red+Green+Blue) = 177+87+185=449 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.42% from 449); Green value is 87 (34.38% from 255 or 19.38% from 449); Blue value is 185 (72.66% from 255 or 41.20% from 449); Max value from RGB is 185 - color contains mainly: blue. Hex color #B157B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B157B9 is #4EA846. Grayscale: #7C7C7C. Windows color (decimal): -5154887 or 12146609. OLE color: 12146609.

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

Color convert

RGB17787185-
CMYK0.040.5300.27
HSL295.1º41.18%53.33%-
HSV(B)295.1º52.97%72.55%-
XYZ30.319.6748.1-
YUV125.08161.82165.03-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.42%
GREEN value IS 87 (34.38% from 255) = 19.38%
BLUE value IS 185 (72.66% from 255) = 41.20%
R=39.42%
G=19.38%
B=41.20%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal177871850.040.5300.27295.141.1853.33
HexB157B943501B1272935
Octal2611272714650334475165
Binary10110001101011110111001100110101011011100100111101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B157B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B157B9; }

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

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

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

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

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

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

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

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