#B537AA

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

Shades of Fuchsia #B537AA

Tints of Fuchsia #B537AA

Color information

#B537AA (or 0xB537AA) is unknown color: approx Fuchsia. HEX triplet: B5, 37 and AA. RGB value is (181,55,170). Sum of RGB (Red+Green+Blue) = 181+55+170=406 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.58% from 406); Green value is 55 (21.88% from 255 or 13.55% from 406); Blue value is 170 (66.80% from 255 or 41.87% from 406); Max value from RGB is 181 - color contains mainly: red. Hex color #B537AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B537AA is #4AC855. Grayscale: #696969. Windows color (decimal): -4900950 or 11155381. OLE color: 11155381.

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

Color convert

RGB18155170-
CMYK00.700.060.29
HSL305.24º53.39%46.27%-
HSV(B)305.24º69.61%70.98%-
XYZ27.6815.4639.56-
YUV105.78164.24181.65-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.58%
GREEN value IS 55 (21.88% from 255) = 13.55%
BLUE value IS 170 (66.80% from 255) = 41.87%
R=44.58%
G=13.55%
B=41.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1815517000.700.060.29305.2453.3946.27
HexB537AA04661D131352e
Octal2656725201066354616556
Binary10110101110111101010100100011011011101100110001110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B537AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B537AA; }

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

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

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

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

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

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

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

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