#B54EAB

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

Shades of Fuchsia #B54EAB

Tints of Fuchsia #B54EAB

Color information

#B54EAB (or 0xB54EAB) is unknown color: approx Fuchsia. HEX triplet: B5, 4E and AB. RGB value is (181,78,171). Sum of RGB (Red+Green+Blue) = 181+78+171=430 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.09% from 430); Green value is 78 (30.86% from 255 or 18.14% from 430); Blue value is 171 (67.19% from 255 or 39.77% from 430); Max value from RGB is 181 - color contains mainly: red. Hex color #B54EAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B54EAB is #4AB154. Grayscale: #777777. Windows color (decimal): -4895061 or 11226805. OLE color: 11226805.

HSL color Cylindrical-coordinate representation of color #B54EAB: hue angle of 305.83º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B54EAB is Cyan = 0, Magento = 0.57, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB18178171-
CMYK00.570.060.29
HSL305.83º41.04%50.78%-
HSV(B)305.83º56.91%70.98%-
XYZ29.1318.2140.51-
YUV119.4157.12171.94-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.09%
GREEN value IS 78 (30.86% from 255) = 18.14%
BLUE value IS 171 (67.19% from 255) = 39.77%
R=42.09%
G=18.14%
B=39.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1817817100.570.060.29305.8341.0450.78
HexB54EAB03961D1322933
Octal2651162530716354625163
Binary10110101100111010101011011100111011101100110010101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54EAB; }

 p { color: rgb(181,78,171); }

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

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

 a { background-color: rgb(181,78,171); }

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

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

 span { border-color: rgb(181,78,171); }

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