#B53FAE

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

Shades of Fuchsia #B53FAE

Tints of Fuchsia #B53FAE

Color information

#B53FAE (or 0xB53FAE) is unknown color: approx Fuchsia. HEX triplet: B5, 3F and AE. RGB value is (181,63,174). Sum of RGB (Red+Green+Blue) = 181+63+174=418 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.30% from 418); Green value is 63 (25% from 255 or 15.07% from 418); Blue value is 174 (68.36% from 255 or 41.63% from 418); Max value from RGB is 181 - color contains mainly: red. Hex color #B53FAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53FAE is #4AC051. Grayscale: #6E6E6E. Windows color (decimal): -4898898 or 11419573. OLE color: 11419573.

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

Color convert

RGB18163174-
CMYK00.650.040.29
HSL303.56º48.36%47.84%-
HSV(B)303.56º65.19%70.98%-
XYZ28.4716.4341.72-
YUV110.94163.59177.97-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.30%
GREEN value IS 63 (25% from 255) = 15.07%
BLUE value IS 174 (68.36% from 255) = 41.63%
R=43.30%
G=15.07%
B=41.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1816317400.650.040.29303.5648.3647.84
HexB53FAE04141D1303030
Octal2657725601014354606060
Binary10110101111111101011100100000110011101100110000110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53FAE; }

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

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

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

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

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

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

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

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