#B157BA

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

Shades of Fuchsia #B157BA

Tints of Fuchsia #B157BA

Color information

#B157BA (or 0xB157BA) is unknown color: approx Fuchsia. HEX triplet: B1, 57 and BA. RGB value is (177,87,186). Sum of RGB (Red+Green+Blue) = 177+87+186=450 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.33% from 450); Green value is 87 (34.38% from 255 or 19.33% from 450); Blue value is 186 (73.05% from 255 or 41.33% from 450); Max value from RGB is 186 - color contains mainly: blue. Hex color #B157BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B157BA is #4EA845. Grayscale: #7C7C7C. Windows color (decimal): -5154886 or 12212145. OLE color: 12212145.

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

Color convert

RGB17787186-
CMYK0.050.5300.27
HSL294.55º41.77%53.53%-
HSV(B)294.55º53.23%72.94%-
XYZ30.419.7148.66-
YUV125.2162.32164.95-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.33%
GREEN value IS 87 (34.38% from 255) = 19.33%
BLUE value IS 186 (73.05% from 255) = 41.33%
R=39.33%
G=19.33%
B=41.33%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal177871860.050.5300.27294.5541.7753.53
HexB157BA53501B1272a36
Octal2611272725650334475266
Binary10110001101011110111010101110101011011100100111101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B157BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B157BA; }

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

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

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

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

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

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

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

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