#B15EB4

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

Shades of Fuchsia #B15EB4

Tints of Fuchsia #B15EB4

Color information

#B15EB4 (or 0xB15EB4) is unknown color: approx Fuchsia. HEX triplet: B1, 5E and B4. RGB value is (177,94,180). Sum of RGB (Red+Green+Blue) = 177+94+180=451 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.25% from 451); Green value is 94 (37.11% from 255 or 20.84% from 451); Blue value is 180 (70.70% from 255 or 39.91% from 451); Max value from RGB is 180 - color contains mainly: blue. Hex color #B15EB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B15EB4 is #4EA14B. Grayscale: #808080. Windows color (decimal): -5153100 or 11820721. OLE color: 11820721.

HSL color Cylindrical-coordinate representation of color #B15EB4: hue angle of 297.91º degrees, saturation: 0.36, 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 #B15EB4 is Cyan = 0.02, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17794180-
CMYK0.020.4800.29
HSL297.91º36.44%53.73%-
HSV(B)297.91º47.78%70.59%-
XYZ30.3720.6545.56-
YUV128.62157162.51-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.25%
GREEN value IS 94 (37.11% from 255) = 20.84%
BLUE value IS 180 (70.70% from 255) = 39.91%
R=39.25%
G=20.84%
B=39.91%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal177941800.020.4800.29297.9136.4453.73
HexB15EB423001D12a2436
Octal2611362642600354524466
Binary1011000110111101011010010110000011101100101010100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15EB4; }

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

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

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

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

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

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

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

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