#B15EB7

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

Shades of Fuchsia #B15EB7

Tints of Fuchsia #B15EB7

Color information

#B15EB7 (or 0xB15EB7) is unknown color: approx Fuchsia. HEX triplet: B1, 5E and B7. RGB value is (177,94,183). Sum of RGB (Red+Green+Blue) = 177+94+183=454 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.99% from 454); Green value is 94 (37.11% from 255 or 20.70% from 454); Blue value is 183 (71.88% from 255 or 40.31% from 454); Max value from RGB is 183 - color contains mainly: blue. Hex color #B15EB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B15EB7 is #4EA148. Grayscale: #808080. Windows color (decimal): -5153097 or 12017329. OLE color: 12017329.

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

Color convert

RGB17794183-
CMYK0.030.4900.28
HSL295.96º38.2%54.31%-
HSV(B)295.96º48.63%71.76%-
XYZ30.6820.7747.19-
YUV128.96158.5162.26-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.99%
GREEN value IS 94 (37.11% from 255) = 20.70%
BLUE value IS 183 (71.88% from 255) = 40.31%
R=38.99%
G=20.70%
B=40.31%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal177941830.030.4900.28295.9638.254.31
HexB15EB733101C1282636
Octal2611362673610344504666
Binary1011000110111101011011111110001011100100101000100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15EB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15EB7; }

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

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

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

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

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

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

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

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