#B158B6

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

Shades of Fuchsia #B158B6

Tints of Fuchsia #B158B6

Color information

#B158B6 (or 0xB158B6) is unknown color: approx Fuchsia. HEX triplet: B1, 58 and B6. RGB value is (177,88,182). Sum of RGB (Red+Green+Blue) = 177+88+182=447 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.60% from 447); Green value is 88 (34.77% from 255 or 19.69% from 447); Blue value is 182 (71.48% from 255 or 40.72% from 447); Max value from RGB is 182 - color contains mainly: blue. Hex color #B158B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B158B6 is #4EA749. Grayscale: #7D7D7D. Windows color (decimal): -5154634 or 11950257. OLE color: 11950257.

HSL color Cylindrical-coordinate representation of color #B158B6: hue angle of 296.81º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B158B6 is Cyan = 0.03, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17788182-
CMYK0.030.5200.29
HSL296.81º39.17%52.94%-
HSV(B)296.81º51.65%71.37%-
XYZ30.0619.746.47-
YUV125.33159.99164.86-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.60%
GREEN value IS 88 (34.77% from 255) = 19.69%
BLUE value IS 182 (71.48% from 255) = 40.72%
R=39.60%
G=19.69%
B=40.72%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal177881820.030.5200.29296.8139.1752.94
HexB158B633401D1292735
Octal2611302663640354514765
Binary1011000110110001011011011110100011101100101001100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B158B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B158B6; }

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

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

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

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

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

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

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

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