#B53FAB

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

Shades of Fuchsia #B53FAB

Tints of Fuchsia #B53FAB

Color information

#B53FAB (or 0xB53FAB) is unknown color: approx Fuchsia. HEX triplet: B5, 3F and AB. RGB value is (181,63,171). Sum of RGB (Red+Green+Blue) = 181+63+171=415 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.61% from 415); Green value is 63 (25% from 255 or 15.18% from 415); Blue value is 171 (67.19% from 255 or 41.20% from 415); Max value from RGB is 181 - color contains mainly: red. Hex color #B53FAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53FAB is #4AC054. Grayscale: #6E6E6E. Windows color (decimal): -4898901 or 11222965. OLE color: 11222965.

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

Color convert

RGB18163171-
CMYK00.650.060.29
HSL305.08º48.36%47.84%-
HSV(B)305.08º65.19%70.98%-
XYZ28.1816.3240.19-
YUV110.59162.09178.22-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.61%
GREEN value IS 63 (25% from 255) = 15.18%
BLUE value IS 171 (67.19% from 255) = 41.20%
R=43.61%
G=15.18%
B=41.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1816317100.650.060.29305.0848.3647.84
HexB53FAB04161D1313030
Octal2657725301016354616060
Binary10110101111111101010110100000111011101100110001110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53FAB; }

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

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

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

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

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

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

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

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