#B54AB9

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

Shades of Fuchsia #B54AB9

Tints of Fuchsia #B54AB9

Color information

#B54AB9 (or 0xB54AB9) is unknown color: approx Fuchsia. HEX triplet: B5, 4A and B9. RGB value is (181,74,185). Sum of RGB (Red+Green+Blue) = 181+74+185=440 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.14% from 440); Green value is 74 (29.30% from 255 or 16.82% from 440); Blue value is 185 (72.66% from 255 or 42.05% from 440); Max value from RGB is 185 - color contains mainly: blue. Hex color #B54AB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B54AB9 is #4AB546. Grayscale: #767676. Windows color (decimal): -4896071 or 12143285. OLE color: 12143285.

HSL color Cylindrical-coordinate representation of color #B54AB9: hue angle of 297.84º degrees, saturation: 0.44, 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 #B54AB9 is Cyan = 0.02, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18174185-
CMYK0.020.600.27
HSL297.84º44.22%50.78%-
HSV(B)297.84º60%72.55%-
XYZ30.2618.2247.82-
YUV118.65165.45172.47-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.14%
GREEN value IS 74 (29.30% from 255) = 16.82%
BLUE value IS 185 (72.66% from 255) = 42.05%
R=41.14%
G=16.82%
B=42.05%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal181741850.020.600.27297.8444.2250.78
HexB54AB923C01B12a2c33
Octal2651122712740334525463
Binary1011010110010101011100110111100011011100101010101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54AB9; }

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

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

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

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

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

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

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

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