#B53FA8

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

Shades of Fuchsia #B53FA8

Tints of Fuchsia #B53FA8

Color information

#B53FA8 (or 0xB53FA8) is unknown color: approx Fuchsia. HEX triplet: B5, 3F and A8. RGB value is (181,63,168). Sum of RGB (Red+Green+Blue) = 181+63+168=412 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.93% from 412); Green value is 63 (25% from 255 or 15.29% from 412); Blue value is 168 (66.02% from 255 or 40.78% from 412); Max value from RGB is 181 - color contains mainly: red. Hex color #B53FA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53FA8 is #4AC057. Grayscale: #6D6D6D. Windows color (decimal): -4898904 or 11026357. OLE color: 11026357.

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

Color convert

RGB18163168-
CMYK00.650.070.29
HSL306.61º48.36%47.84%-
HSV(B)306.61º65.19%70.98%-
XYZ27.916.2138.7-
YUV110.25160.59178.46-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.93%
GREEN value IS 63 (25% from 255) = 15.29%
BLUE value IS 168 (66.02% from 255) = 40.78%
R=43.93%
G=15.29%
B=40.78%

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
Decimal1816316800.650.070.29306.6148.3647.84
HexB53FA804171D1333030
Octal2657725001017354636060
Binary10110101111111101010000100000111111101100110011110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53FA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53FA8; }

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

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

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

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

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

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

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

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