#B15EB6

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

Shades of Fuchsia #B15EB6

Tints of Fuchsia #B15EB6

Color information

#B15EB6 (or 0xB15EB6) is unknown color: approx Fuchsia. HEX triplet: B1, 5E and B6. RGB value is (177,94,182). Sum of RGB (Red+Green+Blue) = 177+94+182=453 (60% of max value = 765). Red value is 177 (69.53% from 255 or 39.07% from 453); Green value is 94 (37.11% from 255 or 20.75% from 453); Blue value is 182 (71.48% from 255 or 40.18% from 453); Max value from RGB is 182 - color contains mainly: blue. Hex color #B15EB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B15EB6 is #4EA149. Grayscale: #808080. Windows color (decimal): -5153098 or 11951793. OLE color: 11951793.

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

Color convert

RGB17794182-
CMYK0.030.4800.29
HSL296.59º37.61%54.12%-
HSV(B)296.59º48.35%71.37%-
XYZ30.5820.7346.65-
YUV128.85158162.34-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.07%
GREEN value IS 94 (37.11% from 255) = 20.75%
BLUE value IS 182 (71.48% from 255) = 40.18%
R=39.07%
G=20.75%
B=40.18%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal177941820.030.4800.29296.5937.6154.12
HexB15EB633001D1292636
Octal2611362663600354514666
Binary1011000110111101011011011110000011101100101001100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15EB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15EB6; }

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

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

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

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

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

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

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

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