#B53DAE

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

Shades of Fuchsia #B53DAE

Tints of Fuchsia #B53DAE

Color information

#B53DAE (or 0xB53DAE) is unknown color: approx Fuchsia. HEX triplet: B5, 3D and AE. RGB value is (181,61,174). Sum of RGB (Red+Green+Blue) = 181+61+174=416 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.51% from 416); Green value is 61 (24.22% from 255 or 14.66% from 416); Blue value is 174 (68.36% from 255 or 41.83% from 416); Max value from RGB is 181 - color contains mainly: red. Hex color #B53DAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53DAE is #4AC251. Grayscale: #6D6D6D. Windows color (decimal): -4899410 or 11419061. OLE color: 11419061.

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

Color convert

RGB18161174-
CMYK00.660.040.29
HSL303.5º49.59%47.45%-
HSV(B)303.5º66.3%70.98%-
XYZ28.3616.2241.68-
YUV109.76164.26178.81-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.51%
GREEN value IS 61 (24.22% from 255) = 14.66%
BLUE value IS 174 (68.36% from 255) = 41.83%
R=43.51%
G=14.66%
B=41.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1816117400.660.040.29303.549.5947.45
HexB53DAE04241D130322f
Octal2657525601024354606257
Binary10110101111101101011100100001010011101100110000110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53DAE; }

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

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

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

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

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

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

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

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