#B24BAC

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

Shades of Fuchsia #B24BAC

Tints of Fuchsia #B24BAC

Color information

#B24BAC (or 0xB24BAC) is unknown color: approx Fuchsia. HEX triplet: B2, 4B and AC. RGB value is (178,75,172). Sum of RGB (Red+Green+Blue) = 178+75+172=425 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.88% from 425); Green value is 75 (29.69% from 255 or 17.65% from 425); Blue value is 172 (67.58% from 255 or 40.47% from 425); Max value from RGB is 178 - color contains mainly: red. Hex color #B24BAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B24BAC is #4DB453. Grayscale: #747474. Windows color (decimal): -5092436 or 11291570. OLE color: 11291570.

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

Color convert

RGB17875172-
CMYK00.580.030.30
HSL303.5º40.71%49.61%-
HSV(B)303.5º57.87%69.8%-
XYZ28.3217.4840.91-
YUV116.86159.12171.61-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.88%
GREEN value IS 75 (29.69% from 255) = 17.65%
BLUE value IS 172 (67.58% from 255) = 40.47%
R=41.88%
G=17.65%
B=40.47%

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
Decimal1787517200.580.030.30303.540.7149.61
HexB24BAC03A31E12f2932
Octal2621132540723364575162
Binary1011001010010111010110001110101111110100101111101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24BAC; }

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

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

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

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

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

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

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

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