#B547AE

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

Shades of Fuchsia #B547AE

Tints of Fuchsia #B547AE

Color information

#B547AE (or 0xB547AE) is unknown color: approx Fuchsia. HEX triplet: B5, 47 and AE. RGB value is (181,71,174). Sum of RGB (Red+Green+Blue) = 181+71+174=426 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.49% from 426); Green value is 71 (28.12% from 255 or 16.67% from 426); Blue value is 174 (68.36% from 255 or 40.85% from 426); Max value from RGB is 181 - color contains mainly: red. Hex color #B547AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B547AE is #4AB851. Grayscale: #737373. Windows color (decimal): -4896850 or 11421621. OLE color: 11421621.

HSL color Cylindrical-coordinate representation of color #B547AE: hue angle of 303.82º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B547AE is Cyan = 0, Magento = 0.61, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB18171174-
CMYK00.610.040.29
HSL303.82º43.65%49.41%-
HSV(B)303.82º60.77%70.98%-
XYZ28.9517.3941.87-
YUV115.63160.94174.62-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.49%
GREEN value IS 71 (28.12% from 255) = 16.67%
BLUE value IS 174 (68.36% from 255) = 40.85%
R=42.49%
G=16.67%
B=40.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1817117400.610.040.29303.8243.6549.41
HexB547AE03D41D1302c31
Octal2651072560754354605461
Binary10110101100011110101110011110110011101100110000101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B547AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B547AE; }

 p { color: rgb(181,71,174); }

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

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

 a { background-color: rgb(181,71,174); }

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

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

 span { border-color: rgb(181,71,174); }

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