#B537AD

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

Shades of Fuchsia #B537AD

Tints of Fuchsia #B537AD

Color information

#B537AD (or 0xB537AD) is unknown color: approx Fuchsia. HEX triplet: B5, 37 and AD. RGB value is (181,55,173). Sum of RGB (Red+Green+Blue) = 181+55+173=409 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.25% from 409); Green value is 55 (21.88% from 255 or 13.45% from 409); Blue value is 173 (67.97% from 255 or 42.30% from 409); Max value from RGB is 181 - color contains mainly: red. Hex color #B537AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B537AD is #4AC852. Grayscale: #696969. Windows color (decimal): -4900947 or 11351989. OLE color: 11351989.

HSL color Cylindrical-coordinate representation of color #B537AD: hue angle of 303.81º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B537AD is Cyan = 0, Magento = 0.70, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB18155173-
CMYK00.700.040.29
HSL303.81º53.39%46.27%-
HSV(B)303.81º69.61%70.98%-
XYZ27.9715.5741.07-
YUV106.13165.74181.41-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.25%
GREEN value IS 55 (21.88% from 255) = 13.45%
BLUE value IS 173 (67.97% from 255) = 42.30%
R=44.25%
G=13.45%
B=42.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1815517300.700.040.29303.8153.3946.27
HexB537AD04641D130352e
Octal2656725501064354606556
Binary10110101110111101011010100011010011101100110000110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B537AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B537AD; }

 p { color: rgb(181,55,173); }

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

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

 a { background-color: rgb(181,55,173); }

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

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

 span { border-color: rgb(181,55,173); }

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