#B24DAC

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

Shades of Fuchsia #B24DAC

Tints of Fuchsia #B24DAC

Color information

#B24DAC (or 0xB24DAC) is unknown color: approx Fuchsia. HEX triplet: B2, 4D and AC. RGB value is (178,77,172). Sum of RGB (Red+Green+Blue) = 178+77+172=427 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.69% from 427); Green value is 77 (30.47% from 255 or 18.03% from 427); Blue value is 172 (67.58% from 255 or 40.28% from 427); Max value from RGB is 178 - color contains mainly: red. Hex color #B24DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B24DAC is #4DB253. Grayscale: #757575. Windows color (decimal): -5091924 or 11292082. OLE color: 11292082.

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

Color convert

RGB17877172-
CMYK00.570.030.30
HSL303.56º39.61%50%-
HSV(B)303.56º56.74%69.8%-
XYZ28.4617.7540.96-
YUV118.03158.46170.78-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.69%
GREEN value IS 77 (30.47% from 255) = 18.03%
BLUE value IS 172 (67.58% from 255) = 40.28%
R=41.69%
G=18.03%
B=40.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1787717200.570.030.30303.5639.6150
HexB24DAC03931E1302832
Octal2621152540713364605062
Binary1011001010011011010110001110011111110100110000101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24DAC; }

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

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

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

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

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

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

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

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