#B041AE

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

Shades of Fuchsia #B041AE

Tints of Fuchsia #B041AE

Color information

#B041AE (or 0xB041AE) is unknown color: approx Fuchsia. HEX triplet: B0, 41 and AE. RGB value is (176,65,174). Sum of RGB (Red+Green+Blue) = 176+65+174=415 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.41% from 415); Green value is 65 (25.78% from 255 or 15.66% from 415); Blue value is 174 (68.36% from 255 or 41.93% from 415); Max value from RGB is 176 - color contains mainly: red. Hex color #B041AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B041AE is #4FBE51. Grayscale: #6E6E6E. Windows color (decimal): -5226066 or 11420080. OLE color: 11420080.

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

Color convert

RGB17665174-
CMYK00.630.010.31
HSL301.08º46.06%47.25%-
HSV(B)301.08º63.07%69.02%-
XYZ27.4316.0741.7-
YUV110.62163.77174.64-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.41%
GREEN value IS 65 (25.78% from 255) = 15.66%
BLUE value IS 174 (68.36% from 255) = 41.93%
R=42.41%
G=15.66%
B=41.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1766517400.630.010.31301.0846.0647.25
HexB041AE03F11F12d2e2f
Octal2601012560771374555657
Binary101100001000001101011100111111111111100101101101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B041AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B041AE; }

 p { color: rgb(176,65,174); }

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

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

 a { background-color: rgb(176,65,174); }

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

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

 span { border-color: rgb(176,65,174); }

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