#B54ABA

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

Shades of Fuchsia #B54ABA

Tints of Fuchsia #B54ABA

Color information

#B54ABA (or 0xB54ABA) is unknown color: approx Fuchsia. HEX triplet: B5, 4A and BA. RGB value is (181,74,186). Sum of RGB (Red+Green+Blue) = 181+74+186=441 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.04% from 441); Green value is 74 (29.30% from 255 or 16.78% from 441); Blue value is 186 (73.05% from 255 or 42.18% from 441); Max value from RGB is 186 - color contains mainly: blue. Hex color #B54ABA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B54ABA is #4AB545. Grayscale: #767676. Windows color (decimal): -4896070 or 12208821. OLE color: 12208821.

HSL color Cylindrical-coordinate representation of color #B54ABA: hue angle of 297.32º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B54ABA is Cyan = 0.03, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18174186-
CMYK0.030.6000.27
HSL297.32º44.8%50.98%-
HSV(B)297.32º60.22%72.94%-
XYZ30.3718.2748.38-
YUV118.76165.95172.39-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.04%
GREEN value IS 74 (29.30% from 255) = 16.78%
BLUE value IS 186 (73.05% from 255) = 42.18%
R=41.04%
G=16.78%
B=42.18%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal181741860.030.6000.27297.3244.850.98
HexB54ABA33C01B1292d33
Octal2651122723740334515563
Binary1011010110010101011101011111100011011100101001101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54ABA; }

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

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

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

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

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

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

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

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