#B157BE

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

Shades of Fuchsia #B157BE

Tints of Fuchsia #B157BE

Color information

#B157BE (or 0xB157BE) is unknown color: approx Fuchsia. HEX triplet: B1, 57 and BE. RGB value is (177,87,190). Sum of RGB (Red+Green+Blue) = 177+87+190=454 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.99% from 454); Green value is 87 (34.38% from 255 or 19.16% from 454); Blue value is 190 (74.61% from 255 or 41.85% from 454); Max value from RGB is 190 - color contains mainly: blue. Hex color #B157BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B157BE is #4EA841. Grayscale: #7D7D7D. Windows color (decimal): -5154882 or 12474289. OLE color: 12474289.

HSL color Cylindrical-coordinate representation of color #B157BE: hue angle of 292.43º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B157BE is Cyan = 0.07, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17787190-
CMYK0.070.5400.25
HSL292.43º44.21%54.31%-
HSV(B)292.43º54.21%74.51%-
XYZ30.8319.8850.93-
YUV125.65164.32164.62-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.99%
GREEN value IS 87 (34.38% from 255) = 19.16%
BLUE value IS 190 (74.61% from 255) = 41.85%
R=38.99%
G=19.16%
B=41.85%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal177871900.070.5400.25292.4344.2154.31
HexB157BE7360191242c36
Octal2611272767660314445466
Binary10110001101011110111110111110110011001100100100101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B157BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B157BE; }

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

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

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

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

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

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

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

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