#B549A7

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

Shades of Fuchsia #B549A7

Tints of Fuchsia #B549A7

Color information

#B549A7 (or 0xB549A7) is unknown color: approx Fuchsia. HEX triplet: B5, 49 and A7. RGB value is (181,73,167). Sum of RGB (Red+Green+Blue) = 181+73+167=421 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.99% from 421); Green value is 73 (28.91% from 255 or 17.34% from 421); Blue value is 167 (65.62% from 255 or 39.67% from 421); Max value from RGB is 181 - color contains mainly: red. Hex color #B549A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B549A7 is #4AB658. Grayscale: #737373. Windows color (decimal): -4896345 or 10963381. OLE color: 10963381.

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

Color convert

RGB18173167-
CMYK00.600.080.29
HSL307.78º42.52%49.8%-
HSV(B)307.78º59.67%70.98%-
XYZ28.4117.3838.42-
YUV116.01156.78174.36-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.99%
GREEN value IS 73 (28.91% from 255) = 17.34%
BLUE value IS 167 (65.62% from 255) = 39.67%
R=42.99%
G=17.34%
B=39.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.08
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1817316700.600.080.29307.7842.5249.8
HexB549A703C81D1342b32
Octal26511124707410354645362
Binary101101011001001101001110111100100011101100110100101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B549A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B549A7; }

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

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

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

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

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

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

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

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