#B539A7

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

Shades of Fuchsia #B539A7

Tints of Fuchsia #B539A7

Color information

#B539A7 (or 0xB539A7) is unknown color: approx Fuchsia. HEX triplet: B5, 39 and A7. RGB value is (181,57,167). Sum of RGB (Red+Green+Blue) = 181+57+167=405 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.69% from 405); Green value is 57 (22.66% from 255 or 14.07% from 405); Blue value is 167 (65.62% from 255 or 41.23% from 405); Max value from RGB is 181 - color contains mainly: red. Hex color #B539A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B539A7 is #4AC658. Grayscale: #6A6A6A. Windows color (decimal): -4900441 or 10959285. OLE color: 10959285.

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

Color convert

RGB18157167-
CMYK00.690.080.29
HSL306.77º52.1%46.67%-
HSV(B)306.77º68.51%70.98%-
XYZ27.4915.5438.11-
YUV106.62162.08181.06-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.69%
GREEN value IS 57 (22.66% from 255) = 14.07%
BLUE value IS 167 (65.62% from 255) = 41.23%
R=44.69%
G=14.07%
B=41.23%

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
Decimal1815716700.690.080.29306.7752.146.67
HexB539A704581D133342f
Octal26571247010510354636457
Binary101101011110011010011101000101100011101100110011110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B539A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B539A7; }

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

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

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

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

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

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

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

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