#B53FA9

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

Shades of Fuchsia #B53FA9

Tints of Fuchsia #B53FA9

Color information

#B53FA9 (or 0xB53FA9) is unknown color: approx Fuchsia. HEX triplet: B5, 3F and A9. RGB value is (181,63,169). Sum of RGB (Red+Green+Blue) = 181+63+169=413 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.83% from 413); Green value is 63 (25% from 255 or 15.25% from 413); Blue value is 169 (66.41% from 255 or 40.92% from 413); Max value from RGB is 181 - color contains mainly: red. Hex color #B53FA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53FA9 is #4AC056. Grayscale: #6E6E6E. Windows color (decimal): -4898903 or 11091893. OLE color: 11091893.

HSL color Cylindrical-coordinate representation of color #B53FA9: hue angle of 306.1º 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 #B53FA9 is Cyan = 0, Magento = 0.65, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB18163169-
CMYK00.650.070.29
HSL306.1º48.36%47.84%-
HSV(B)306.1º65.19%70.98%-
XYZ27.9916.2439.2-
YUV110.37161.09178.38-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.83%
GREEN value IS 63 (25% from 255) = 15.25%
BLUE value IS 169 (66.41% from 255) = 40.92%
R=43.83%
G=15.25%
B=40.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1816316900.650.070.29306.148.3647.84
HexB53FA904171D1323030
Octal2657725101017354626060
Binary10110101111111101010010100000111111101100110010110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53FA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53FA9; }

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

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

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

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

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

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

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

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