#B158BE

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

Shades of Fuchsia #B158BE

Tints of Fuchsia #B158BE

Color information

#B158BE (or 0xB158BE) is unknown color: approx Fuchsia. HEX triplet: B1, 58 and BE. RGB value is (177,88,190). Sum of RGB (Red+Green+Blue) = 177+88+190=455 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.90% from 455); Green value is 88 (34.77% from 255 or 19.34% from 455); Blue value is 190 (74.61% from 255 or 41.76% from 455); Max value from RGB is 190 - color contains mainly: blue. Hex color #B158BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B158BE is #4EA741. Grayscale: #7D7D7D. Windows color (decimal): -5154626 or 12474545. OLE color: 12474545.

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

Color convert

RGB17788190-
CMYK0.070.5400.25
HSL292.35º43.97%54.51%-
HSV(B)292.35º53.68%74.51%-
XYZ30.9220.0450.95-
YUV126.24163.99164.21-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.90%
GREEN value IS 88 (34.77% from 255) = 19.34%
BLUE value IS 190 (74.61% from 255) = 41.76%
R=38.90%
G=19.34%
B=41.76%

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
Decimal177881900.070.5400.25292.3543.9754.51
HexB158BE7360191242c37
Octal2611302767660314445467
Binary10110001101100010111110111110110011001100100100101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B158BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B158BE; }

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

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

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

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

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

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

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

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