#B53CA9

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

Shades of Fuchsia #B53CA9

Tints of Fuchsia #B53CA9

Color information

#B53CA9 (or 0xB53CA9) is unknown color: approx Fuchsia. HEX triplet: B5, 3C and A9. RGB value is (181,60,169). Sum of RGB (Red+Green+Blue) = 181+60+169=410 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.15% from 410); Green value is 60 (23.83% from 255 or 14.63% from 410); Blue value is 169 (66.41% from 255 or 41.22% from 410); Max value from RGB is 181 - color contains mainly: red. Hex color #B53CA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53CA9 is #4AC356. Grayscale: #6C6C6C. Windows color (decimal): -4899671 or 11091125. OLE color: 11091125.

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

Color convert

RGB18160169-
CMYK00.670.070.29
HSL305.95º50.21%47.25%-
HSV(B)305.95º66.85%70.98%-
XYZ27.8315.9239.14-
YUV108.6162.09179.64-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.15%
GREEN value IS 60 (23.83% from 255) = 14.63%
BLUE value IS 169 (66.41% from 255) = 41.22%
R=44.15%
G=14.63%
B=41.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1816016900.670.070.29305.9550.2147.25
HexB53CA904371D132322f
Octal2657425101037354626257
Binary10110101111100101010010100001111111101100110010110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53CA9; }

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

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

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

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

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

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

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

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