#B547AA

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

Shades of Fuchsia #B547AA

Tints of Fuchsia #B547AA

Color information

#B547AA (or 0xB547AA) is unknown color: approx Fuchsia. HEX triplet: B5, 47 and AA. RGB value is (181,71,170). Sum of RGB (Red+Green+Blue) = 181+71+170=422 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.89% from 422); Green value is 71 (28.12% from 255 or 16.82% from 422); Blue value is 170 (66.80% from 255 or 40.28% from 422); Max value from RGB is 181 - color contains mainly: red. Hex color #B547AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B547AA is #4AB855. Grayscale: #727272. Windows color (decimal): -4896854 or 11159477. OLE color: 11159477.

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

Color convert

RGB18171170-
CMYK00.610.060.29
HSL306º43.65%49.41%-
HSV(B)306º60.77%70.98%-
XYZ28.5617.2339.85-
YUV115.18158.94174.95-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.89%
GREEN value IS 71 (28.12% from 255) = 16.82%
BLUE value IS 170 (66.80% from 255) = 40.28%
R=42.89%
G=16.82%
B=40.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1817117000.610.060.2930643.6549.41
HexB547AA03D61D1322c31
Octal2651072520756354625461
Binary10110101100011110101010011110111011101100110010101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B547AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B547AA; }

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

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

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

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

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

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

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

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