#B53DA7

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

Shades of Fuchsia #B53DA7

Tints of Fuchsia #B53DA7

Color information

#B53DA7 (or 0xB53DA7) is unknown color: approx Fuchsia. HEX triplet: B5, 3D and A7. RGB value is (181,61,167). Sum of RGB (Red+Green+Blue) = 181+61+167=409 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.25% from 409); Green value is 61 (24.22% from 255 or 14.91% from 409); Blue value is 167 (65.62% from 255 or 40.83% from 409); Max value from RGB is 181 - color contains mainly: red. Hex color #B53DA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53DA7 is #4AC258. Grayscale: #6C6C6C. Windows color (decimal): -4899417 or 10960309. OLE color: 10960309.

HSL color Cylindrical-coordinate representation of color #B53DA7: hue angle of 307º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B53DA7 is Cyan = 0, Magento = 0.66, Yellow = 0.08 and Black (K on CMYK) = 0.29.

Color convert

RGB18161167-
CMYK00.660.080.29
HSL307º49.59%47.45%-
HSV(B)307º66.3%70.98%-
XYZ27.715.9538.18-
YUV108.96160.76179.38-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.25%
GREEN value IS 61 (24.22% from 255) = 14.91%
BLUE value IS 167 (65.62% from 255) = 40.83%
R=44.25%
G=14.91%
B=40.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.08
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1816116700.660.080.2930749.5947.45
HexB53DA704281D133322f
Octal26575247010210354636257
Binary101101011111011010011101000010100011101100110011110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53DA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53DA7; }

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

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

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

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

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

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

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

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