#B24AAD

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

Shades of Fuchsia #B24AAD

Tints of Fuchsia #B24AAD

Color information

#B24AAD (or 0xB24AAD) is unknown color: approx Fuchsia. HEX triplet: B2, 4A and AD. RGB value is (178,74,173). Sum of RGB (Red+Green+Blue) = 178+74+173=425 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.88% from 425); Green value is 74 (29.30% from 255 or 17.41% from 425); Blue value is 173 (67.97% from 255 or 40.71% from 425); Max value from RGB is 178 - color contains mainly: red. Hex color #B24AAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B24AAD is #4DB552. Grayscale: #747474. Windows color (decimal): -5092691 or 11356850. OLE color: 11356850.

HSL color Cylindrical-coordinate representation of color #B24AAD: hue angle of 302.88º 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 #B24AAD is Cyan = 0, Magento = 0.58, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB17874173-
CMYK00.580.030.30
HSL302.88º41.27%49.41%-
HSV(B)302.88º58.43%69.8%-
XYZ28.3517.3841.4-
YUV116.38159.96171.95-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.88%
GREEN value IS 74 (29.30% from 255) = 17.41%
BLUE value IS 173 (67.97% from 255) = 40.71%
R=41.88%
G=17.41%
B=40.71%

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
Decimal1787417300.580.030.30302.8841.2749.41
HexB24AAD03A31E12f2931
Octal2621122550723364575161
Binary1011001010010101010110101110101111110100101111101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24AAD; }

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

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

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

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

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

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

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

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