#b549aa

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

Shades of Fuchsia #B549AA

Tints of Fuchsia #B549AA

Color information

#B549AA (or 0xB549AA) is unknown color: approx Fuchsia. HEX triplet: B5, 49 and AA. RGB value is (181,73,170). Sum of RGB (Red+Green+Blue) = 181+73+170=424 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.69% from 424); Green value is 73 (28.91% from 255 or 17.22% from 424); Blue value is 170 (66.80% from 255 or 40.09% from 424); Max value from RGB is 181 - color contains mainly: red. Hex color #B549AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B549AA is #4AB655. Grayscale: #747474. Windows color (decimal): -4896342 or 11159989. OLE color: 11159989.

HSL color Cylindrical-coordinate representation of color #B549AA: hue angle of 306.11º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B549AA is Cyan = 0, Magento = 0.60, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB18173170-
CMYK00.600.060.29
HSL306.11º42.52%49.8%-
HSV(B)306.11º59.67%70.98%-
XYZ28.6917.4939.89-
YUV116.35158.28174.11-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.69%
GREEN value IS 73 (28.91% from 255) = 17.22%
BLUE value IS 170 (66.80% from 255) = 40.09%
R=42.69%
G=17.22%
B=40.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1817317000.600.060.29306.1142.5249.8
HexB549AA03C61D1322b32
Octal2651112520746354625362
Binary10110101100100110101010011110011011101100110010101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b549aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b549aa; }

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

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

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

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

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

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

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

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