#B04EAD

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

Shades of Fuchsia #B04EAD

Tints of Fuchsia #B04EAD

Color information

#B04EAD (or 0xB04EAD) is unknown color: approx Fuchsia. HEX triplet: B0, 4E and AD. RGB value is (176,78,173). Sum of RGB (Red+Green+Blue) = 176+78+173=427 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.22% from 427); Green value is 78 (30.86% from 255 or 18.27% from 427); Blue value is 173 (67.97% from 255 or 40.52% from 427); Max value from RGB is 176 - color contains mainly: red. Hex color #B04EAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B04EAD is #4FB152. Grayscale: #757575. Windows color (decimal): -5222739 or 11357872. OLE color: 11357872.

HSL color Cylindrical-coordinate representation of color #B04EAD: hue angle of 301.84º 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 #B04EAD is Cyan = 0, Magento = 0.56, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB17678173-
CMYK00.560.020.31
HSL301.84º38.58%49.8%-
HSV(B)301.84º55.68%69.02%-
XYZ28.1717.741.47-
YUV118.13158.97169.28-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.22%
GREEN value IS 78 (30.86% from 255) = 18.27%
BLUE value IS 173 (67.97% from 255) = 40.52%
R=41.22%
G=18.27%
B=40.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1767817300.560.020.31301.8438.5849.8
HexB04EAD03821F12e2732
Octal2601162550702374564762
Binary1011000010011101010110101110001011111100101110100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04EAD; }

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

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

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

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

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

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

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

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