#B539A6

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

Shades of Fuchsia #B539A6

Tints of Fuchsia #B539A6

Color information

#B539A6 (or 0xB539A6) is unknown color: approx Fuchsia. HEX triplet: B5, 39 and A6. RGB value is (181,57,166). Sum of RGB (Red+Green+Blue) = 181+57+166=404 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.80% from 404); Green value is 57 (22.66% from 255 or 14.11% from 404); Blue value is 166 (65.23% from 255 or 41.09% from 404); Max value from RGB is 181 - color contains mainly: red. Hex color #B539A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B539A6 is #4AC659. Grayscale: #6A6A6A. Windows color (decimal): -4900442 or 10893749. OLE color: 10893749.

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

Color convert

RGB18157166-
CMYK00.690.080.29
HSL307.26º52.1%46.67%-
HSV(B)307.26º68.51%70.98%-
XYZ27.415.537.62-
YUV106.5161.58181.14-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.80%
GREEN value IS 57 (22.66% from 255) = 14.11%
BLUE value IS 166 (65.23% from 255) = 41.09%
R=44.80%
G=14.11%
B=41.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.08
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1815716600.690.080.29307.2652.146.67
HexB539A604581D133342f
Octal26571246010510354636457
Binary101101011110011010011001000101100011101100110011110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B539A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B539A6; }

 p { color: rgb(181,57,166); }

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

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

 a { background-color: rgb(181,57,166); }

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

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

 span { border-color: rgb(181,57,166); }

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