#B53FA7

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

Shades of Fuchsia #B53FA7

Tints of Fuchsia #B53FA7

Color information

#B53FA7 (or 0xB53FA7) is unknown color: approx Fuchsia. HEX triplet: B5, 3F and A7. RGB value is (181,63,167). Sum of RGB (Red+Green+Blue) = 181+63+167=411 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.04% from 411); Green value is 63 (25% from 255 or 15.33% from 411); Blue value is 167 (65.62% from 255 or 40.63% from 411); Max value from RGB is 181 - color contains mainly: red. Hex color #B53FA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53FA7 is #4AC058. Grayscale: #6D6D6D. Windows color (decimal): -4898905 or 10960821. OLE color: 10960821.

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

Color convert

RGB18163167-
CMYK00.650.080.29
HSL307.12º48.36%47.84%-
HSV(B)307.12º65.19%70.98%-
XYZ27.8116.1738.21-
YUV110.14160.09178.54-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.04%
GREEN value IS 63 (25% from 255) = 15.33%
BLUE value IS 167 (65.62% from 255) = 40.63%
R=44.04%
G=15.33%
B=40.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.08
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1816316700.650.080.29307.1248.3647.84
HexB53FA704181D1333030
Octal26577247010110354636060
Binary101101011111111010011101000001100011101100110011110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53FA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53FA7; }

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

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

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

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

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

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

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

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