#B54AB8

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

Shades of Fuchsia #B54AB8

Tints of Fuchsia #B54AB8

Color information

#B54AB8 (or 0xB54AB8) is unknown color: approx Fuchsia. HEX triplet: B5, 4A and B8. RGB value is (181,74,184). Sum of RGB (Red+Green+Blue) = 181+74+184=439 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.23% from 439); Green value is 74 (29.30% from 255 or 16.86% from 439); Blue value is 184 (72.27% from 255 or 41.91% from 439); Max value from RGB is 184 - color contains mainly: blue. Hex color #B54AB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B54AB8 is #4AB547. Grayscale: #767676. Windows color (decimal): -4896072 or 12077749. OLE color: 12077749.

HSL color Cylindrical-coordinate representation of color #B54AB8: hue angle of 298.36º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B54AB8 is Cyan = 0.02, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB18174184-
CMYK0.020.6000.28
HSL298.36º43.65%50.59%-
HSV(B)298.36º59.78%72.16%-
XYZ30.1618.1847.27-
YUV118.53164.95172.56-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.23%
GREEN value IS 74 (29.30% from 255) = 16.86%
BLUE value IS 184 (72.27% from 255) = 41.91%
R=41.23%
G=16.86%
B=41.91%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal181741840.020.6000.28298.3643.6550.59
HexB54AB823C01C12a2c33
Octal2651122702740344525463
Binary1011010110010101011100010111100011100100101010101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54AB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54AB8; }

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

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

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

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

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

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

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

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