#B04EB2

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

Shades of Fuchsia #B04EB2

Tints of Fuchsia #B04EB2

Color information

#B04EB2 (or 0xB04EB2) is unknown color: approx Fuchsia. HEX triplet: B0, 4E and B2. RGB value is (176,78,178). Sum of RGB (Red+Green+Blue) = 176+78+178=432 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.74% from 432); Green value is 78 (30.86% from 255 or 18.06% from 432); Blue value is 178 (69.92% from 255 or 41.20% from 432); Max value from RGB is 178 - color contains mainly: blue. Hex color #B04EB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B04EB2 is #4FB14D. Grayscale: #767676. Windows color (decimal): -5222734 or 11685552. OLE color: 11685552.

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

Color convert

RGB17678178-
CMYK0.010.5600.30
HSL298.8º39.37%50.2%-
HSV(B)298.8º56.18%69.8%-
XYZ28.6617.8944.06-
YUV118.7161.47168.87-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.74%
GREEN value IS 78 (30.86% from 255) = 18.06%
BLUE value IS 178 (69.92% from 255) = 41.20%
R=40.74%
G=18.06%
B=41.20%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal176781780.010.5600.30298.839.3750.2
HexB04EB213801E12b2732
Octal2601162621700364534762
Binary101100001001110101100101111000011110100101011100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04EB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04EB2; }

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

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

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

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

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

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

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

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