#B53BAE

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

Shades of Fuchsia #B53BAE

Tints of Fuchsia #B53BAE

Color information

#B53BAE (or 0xB53BAE) is unknown color: approx Fuchsia. HEX triplet: B5, 3B and AE. RGB value is (181,59,174). Sum of RGB (Red+Green+Blue) = 181+59+174=414 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.72% from 414); Green value is 59 (23.44% from 255 or 14.25% from 414); Blue value is 174 (68.36% from 255 or 42.03% from 414); Max value from RGB is 181 - color contains mainly: red. Hex color #B53BAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53BAE is #4AC451. Grayscale: #6C6C6C. Windows color (decimal): -4899922 or 11418549. OLE color: 11418549.

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

Color convert

RGB18159174-
CMYK00.670.040.29
HSL303.44º50.83%47.06%-
HSV(B)303.44º67.4%70.98%-
XYZ28.2616.0141.64-
YUV108.59164.92179.65-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.72%
GREEN value IS 59 (23.44% from 255) = 14.25%
BLUE value IS 174 (68.36% from 255) = 42.03%
R=43.72%
G=14.25%
B=42.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1815917400.670.040.29303.4450.8347.06
HexB53BAE04341D12f332f
Octal2657325601034354576357
Binary10110101111011101011100100001110011101100101111110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53BAE; }

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

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

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

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

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

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

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

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