#B04EB5

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

Shades of Fuchsia #B04EB5

Tints of Fuchsia #B04EB5

Color information

#B04EB5 (or 0xB04EB5) is unknown color: approx Fuchsia. HEX triplet: B0, 4E and B5. RGB value is (176,78,181). Sum of RGB (Red+Green+Blue) = 176+78+181=435 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.46% from 435); Green value is 78 (30.86% from 255 or 17.93% from 435); Blue value is 181 (71.09% from 255 or 41.61% from 435); Max value from RGB is 181 - color contains mainly: blue. Hex color #B04EB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B04EB5 is #4FB14A. Grayscale: #767676. Windows color (decimal): -5222731 or 11882160. OLE color: 11882160.

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

Color convert

RGB17678181-
CMYK0.030.5700.29
HSL297.09º41.04%50.78%-
HSV(B)297.09º56.91%70.98%-
XYZ28.9718.0245.67-
YUV119.04162.97168.62-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.46%
GREEN value IS 78 (30.86% from 255) = 17.93%
BLUE value IS 181 (71.09% from 255) = 41.61%
R=40.46%
G=17.93%
B=41.61%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal176781810.030.5700.29297.0941.0450.78
HexB04EB533901D1292933
Octal2601162653710354515163
Binary1011000010011101011010111111001011101100101001101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04EB5; }

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

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

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

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

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

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

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

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