#B537AC

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

Shades of Fuchsia #B537AC

Tints of Fuchsia #B537AC

Color information

#B537AC (or 0xB537AC) is unknown color: approx Fuchsia. HEX triplet: B5, 37 and AC. RGB value is (181,55,172). Sum of RGB (Red+Green+Blue) = 181+55+172=408 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.36% from 408); Green value is 55 (21.88% from 255 or 13.48% from 408); Blue value is 172 (67.58% from 255 or 42.16% from 408); Max value from RGB is 181 - color contains mainly: red. Hex color #B537AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B537AC is #4AC853. Grayscale: #696969. Windows color (decimal): -4900948 or 11286453. OLE color: 11286453.

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

Color convert

RGB18155172-
CMYK00.700.050.29
HSL304.29º53.39%46.27%-
HSV(B)304.29º69.61%70.98%-
XYZ27.8715.5340.56-
YUV106.01165.24181.49-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.36%
GREEN value IS 55 (21.88% from 255) = 13.48%
BLUE value IS 172 (67.58% from 255) = 42.16%
R=44.36%
G=13.48%
B=42.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1815517200.700.050.29304.2953.3946.27
HexB537AC04651D130352e
Octal2656725401065354606556
Binary10110101110111101011000100011010111101100110000110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B537AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B537AC; }

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

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

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

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

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

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

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

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