#B54AA6

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

Shades of Fuchsia #B54AA6

Tints of Fuchsia #B54AA6

Color information

#B54AA6 (or 0xB54AA6) is unknown color: approx Fuchsia. HEX triplet: B5, 4A and A6. RGB value is (181,74,166). Sum of RGB (Red+Green+Blue) = 181+74+166=421 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.99% from 421); Green value is 74 (29.30% from 255 or 17.58% from 421); Blue value is 166 (65.23% from 255 or 39.43% from 421); Max value from RGB is 181 - color contains mainly: red. Hex color #B54AA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B54AA6 is #4AB559. Grayscale: #747474. Windows color (decimal): -4896090 or 10898101. OLE color: 10898101.

HSL color Cylindrical-coordinate representation of color #B54AA6: hue angle of 308.41º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B54AA6 is Cyan = 0, Magento = 0.59, Yellow = 0.08 and Black (K on CMYK) = 0.29.

Color convert

RGB18174166-
CMYK00.590.080.29
HSL308.41º41.96%50%-
HSV(B)308.41º59.12%70.98%-
XYZ28.3917.4737.95-
YUV116.48155.95174.02-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.99%
GREEN value IS 74 (29.30% from 255) = 17.58%
BLUE value IS 166 (65.23% from 255) = 39.43%
R=42.99%
G=17.58%
B=39.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.08
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1817416600.590.080.29308.4141.9650
HexB54AA603B81D1342a32
Octal26511224607310354645262
Binary101101011001010101001100111011100011101100110100101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54AA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54AA6; }

 p { color: rgb(181,74,166); }

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

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

 a { background-color: rgb(181,74,166); }

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

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

 span { border-color: rgb(181,74,166); }

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