#B54ABE

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

Shades of Fuchsia #B54ABE

Tints of Fuchsia #B54ABE

Color information

#B54ABE (or 0xB54ABE) is unknown color: approx Fuchsia. HEX triplet: B5, 4A and BE. RGB value is (181,74,190). Sum of RGB (Red+Green+Blue) = 181+74+190=445 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.67% from 445); Green value is 74 (29.30% from 255 or 16.63% from 445); Blue value is 190 (74.61% from 255 or 42.70% from 445); Max value from RGB is 190 - color contains mainly: blue. Hex color #B54ABE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B54ABE is #4AB541. Grayscale: #767676. Windows color (decimal): -4896066 or 12470965. OLE color: 12470965.

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

Color convert

RGB18174190-
CMYK0.050.6100.25
HSL295.34º47.15%51.76%-
HSV(B)295.34º61.05%74.51%-
XYZ30.818.4450.65-
YUV119.22167.95172.07-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.67%
GREEN value IS 74 (29.30% from 255) = 16.63%
BLUE value IS 190 (74.61% from 255) = 42.70%
R=40.67%
G=16.63%
B=42.70%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal181741900.050.6100.25295.3447.1551.76
HexB54ABE53D0191272f34
Octal2651122765750314475764
Binary10110101100101010111110101111101011001100100111101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54ABE; }

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

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

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

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

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

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

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

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