#B546AE

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

Shades of Fuchsia #B546AE

Tints of Fuchsia #B546AE

Color information

#B546AE (or 0xB546AE) is unknown color: approx Fuchsia. HEX triplet: B5, 46 and AE. RGB value is (181,70,174). Sum of RGB (Red+Green+Blue) = 181+70+174=425 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.59% from 425); Green value is 70 (27.73% from 255 or 16.47% from 425); Blue value is 174 (68.36% from 255 or 40.94% from 425); Max value from RGB is 181 - color contains mainly: red. Hex color #B546AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B546AE is #4AB951. Grayscale: #727272. Windows color (decimal): -4897106 or 11421365. OLE color: 11421365.

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

Color convert

RGB18170174-
CMYK00.610.040.29
HSL303.78º44.22%49.22%-
HSV(B)303.78º61.33%70.98%-
XYZ28.8917.2641.85-
YUV115.04161.27175.04-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.59%
GREEN value IS 70 (27.73% from 255) = 16.47%
BLUE value IS 174 (68.36% from 255) = 40.94%
R=42.59%
G=16.47%
B=40.94%

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
Decimal1817017400.610.040.29303.7844.2249.22
HexB546AE03D41D1302c31
Octal2651062560754354605461
Binary10110101100011010101110011110110011101100110000101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B546AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B546AE; }

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

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

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

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

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

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

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

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