#B157BB

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

Shades of Fuchsia #B157BB

Tints of Fuchsia #B157BB

Color information

#B157BB (or 0xB157BB) is unknown color: approx Fuchsia. HEX triplet: B1, 57 and BB. RGB value is (177,87,187). Sum of RGB (Red+Green+Blue) = 177+87+187=451 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.25% from 451); Green value is 87 (34.38% from 255 or 19.29% from 451); Blue value is 187 (73.44% from 255 or 41.46% from 451); Max value from RGB is 187 - color contains mainly: blue. Hex color #B157BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B157BB is #4EA844. Grayscale: #7D7D7D. Windows color (decimal): -5154885 or 12277681. OLE color: 12277681.

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

Color convert

RGB17787187-
CMYK0.050.5300.27
HSL294º42.37%53.73%-
HSV(B)294º53.48%73.33%-
XYZ30.5119.7549.22-
YUV125.31162.82164.87-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.25%
GREEN value IS 87 (34.38% from 255) = 19.29%
BLUE value IS 187 (73.44% from 255) = 41.46%
R=39.25%
G=19.29%
B=41.46%

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
Decimal177871870.050.5300.2729442.3753.73
HexB157BB53501B1262a36
Octal2611272735650334465266
Binary10110001101011110111011101110101011011100100110101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B157BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B157BB; }

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

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

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

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

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

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

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

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