#B541AE

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

Shades of Fuchsia #B541AE

Tints of Fuchsia #B541AE

Color information

#B541AE (or 0xB541AE) is unknown color: approx Fuchsia. HEX triplet: B5, 41 and AE. RGB value is (181,65,174). Sum of RGB (Red+Green+Blue) = 181+65+174=420 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.10% from 420); Green value is 65 (25.78% from 255 or 15.48% from 420); Blue value is 174 (68.36% from 255 or 41.43% from 420); Max value from RGB is 181 - color contains mainly: red. Hex color #B541AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B541AE is #4ABE51. Grayscale: #6F6F6F. Windows color (decimal): -4898386 or 11420085. OLE color: 11420085.

HSL color Cylindrical-coordinate representation of color #B541AE: hue angle of 303.62º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B541AE is Cyan = 0, Magento = 0.64, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB18165174-
CMYK00.640.040.29
HSL303.62º47.15%48.24%-
HSV(B)303.62º64.09%70.98%-
XYZ28.5916.6641.75-
YUV112.11162.93177.14-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.10%
GREEN value IS 65 (25.78% from 255) = 15.48%
BLUE value IS 174 (68.36% from 255) = 41.43%
R=43.10%
G=15.48%
B=41.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1816517400.640.040.29303.6247.1548.24
HexB541AE04041D1302f30
Octal26510125601004354605760
Binary101101011000001101011100100000010011101100110000101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B541AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B541AE; }

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

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

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

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

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

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

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

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