#B54ABD

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

Shades of Fuchsia #B54ABD

Tints of Fuchsia #B54ABD

Color information

#B54ABD (or 0xB54ABD) is unknown color: approx Fuchsia. HEX triplet: B5, 4A and BD. RGB value is (181,74,189). Sum of RGB (Red+Green+Blue) = 181+74+189=444 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.77% from 444); Green value is 74 (29.30% from 255 or 16.67% from 444); Blue value is 189 (74.22% from 255 or 42.57% from 444); Max value from RGB is 189 - color contains mainly: blue. Hex color #B54ABD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B54ABD is #4AB542. Grayscale: #767676. Windows color (decimal): -4896067 or 12405429. OLE color: 12405429.

HSL color Cylindrical-coordinate representation of color #B54ABD: hue angle of 295.83º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B54ABD is Cyan = 0.04, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB18174189-
CMYK0.040.6100.26
HSL295.83º46.56%51.57%-
HSV(B)295.83º60.85%74.12%-
XYZ30.6918.450.08-
YUV119.1167.45172.15-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.77%
GREEN value IS 74 (29.30% from 255) = 16.67%
BLUE value IS 189 (74.22% from 255) = 42.57%
R=40.77%
G=16.67%
B=42.57%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal181741890.040.6100.26295.8346.5651.57
HexB54ABD43D01A1282f34
Octal2651122754750324505764
Binary10110101100101010111101100111101011010100101000101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54ABD; }

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

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

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

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

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

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

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

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