#B04EB1

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

Shades of Fuchsia #B04EB1

Tints of Fuchsia #B04EB1

Color information

#B04EB1 (or 0xB04EB1) is unknown color: approx Fuchsia. HEX triplet: B0, 4E and B1. RGB value is (176,78,177). Sum of RGB (Red+Green+Blue) = 176+78+177=431 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.84% from 431); Green value is 78 (30.86% from 255 or 18.10% from 431); Blue value is 177 (69.53% from 255 or 41.07% from 431); Max value from RGB is 177 - color contains mainly: blue. Hex color #B04EB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B04EB1 is #4FB14E. Grayscale: #767676. Windows color (decimal): -5222735 or 11620016. OLE color: 11620016.

HSL color Cylindrical-coordinate representation of color #B04EB1: hue angle of 299.39º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B04EB1 is Cyan = 0.01, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB17678177-
CMYK0.010.5600.31
HSL299.39º38.82%50%-
HSV(B)299.39º55.93%69.41%-
XYZ28.5617.8543.54-
YUV118.59160.97168.95-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.84%
GREEN value IS 78 (30.86% from 255) = 18.10%
BLUE value IS 177 (69.53% from 255) = 41.07%
R=40.84%
G=18.10%
B=41.07%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176781770.010.5600.31299.3938.8250
HexB04EB113801F12b2732
Octal2601162611700374534762
Binary101100001001110101100011111000011111100101011100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04EB1; }

 p { color: rgb(176,78,177); }

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

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

 a { background-color: rgb(176,78,177); }

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

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

 span { border-color: rgb(176,78,177); }

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