#B24AAC

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

Shades of Fuchsia #B24AAC

Tints of Fuchsia #B24AAC

Color information

#B24AAC (or 0xB24AAC) is unknown color: approx Fuchsia. HEX triplet: B2, 4A and AC. RGB value is (178,74,172). Sum of RGB (Red+Green+Blue) = 178+74+172=424 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.98% from 424); Green value is 74 (29.30% from 255 or 17.45% from 424); Blue value is 172 (67.58% from 255 or 40.57% from 424); Max value from RGB is 178 - color contains mainly: red. Hex color #B24AAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B24AAC is #4DB553. Grayscale: #737373. Windows color (decimal): -5092692 or 11291314. OLE color: 11291314.

HSL color Cylindrical-coordinate representation of color #B24AAC: hue angle of 303.46º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B24AAC is Cyan = 0, Magento = 0.58, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB17874172-
CMYK00.580.030.30
HSL303.46º41.27%49.41%-
HSV(B)303.46º58.43%69.8%-
XYZ28.2617.3440.89-
YUV116.27159.46172.03-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.98%
GREEN value IS 74 (29.30% from 255) = 17.45%
BLUE value IS 172 (67.58% from 255) = 40.57%
R=41.98%
G=17.45%
B=40.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1787417200.580.030.30303.4641.2749.41
HexB24AAC03A31E12f2931
Octal2621122540723364575161
Binary1011001010010101010110001110101111110100101111101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24AAC; }

 p { color: rgb(178,74,172); }

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

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

 a { background-color: rgb(178,74,172); }

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

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

 span { border-color: rgb(178,74,172); }

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