#B24EAB

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

Shades of Fuchsia #B24EAB

Tints of Fuchsia #B24EAB

Color information

#B24EAB (or 0xB24EAB) is unknown color: approx Fuchsia. HEX triplet: B2, 4E and AB. RGB value is (178,78,171). Sum of RGB (Red+Green+Blue) = 178+78+171=427 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.69% from 427); Green value is 78 (30.86% from 255 or 18.27% from 427); Blue value is 171 (67.19% from 255 or 40.05% from 427); Max value from RGB is 178 - color contains mainly: red. Hex color #B24EAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B24EAB is #4DB154. Grayscale: #767676. Windows color (decimal): -5091669 or 11226802. OLE color: 11226802.

HSL color Cylindrical-coordinate representation of color #B24EAB: hue angle of 304.2º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B24EAB is Cyan = 0, Magento = 0.56, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB17878171-
CMYK00.560.040.30
HSL304.2º39.37%50.2%-
HSV(B)304.2º56.18%69.8%-
XYZ28.4417.8540.48-
YUV118.5157.63170.44-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.69%
GREEN value IS 78 (30.86% from 255) = 18.27%
BLUE value IS 171 (67.19% from 255) = 40.05%
R=41.69%
G=18.27%
B=40.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.04
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1787817100.560.040.30304.239.3750.2
HexB24EAB03841E1302732
Octal2621162530704364604762
Binary10110010100111010101011011100010011110100110000100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24EAB; }

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

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

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

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

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

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

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

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