#B24AAA

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

Shades of Fuchsia #B24AAA

Tints of Fuchsia #B24AAA

Color information

#B24AAA (or 0xB24AAA) is unknown color: approx Fuchsia. HEX triplet: B2, 4A and AA. RGB value is (178,74,170). Sum of RGB (Red+Green+Blue) = 178+74+170=422 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.18% from 422); Green value is 74 (29.30% from 255 or 17.54% from 422); Blue value is 170 (66.80% from 255 or 40.28% from 422); Max value from RGB is 178 - color contains mainly: red. Hex color #B24AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B24AAA is #4DB555. Grayscale: #737373. Windows color (decimal): -5092694 or 11160242. OLE color: 11160242.

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

Color convert

RGB17874170-
CMYK00.580.040.30
HSL304.62º41.27%49.41%-
HSV(B)304.62º58.43%69.8%-
XYZ28.0617.2639.88-
YUV116.04158.46172.19-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.18%
GREEN value IS 74 (29.30% from 255) = 17.54%
BLUE value IS 170 (66.80% from 255) = 40.28%
R=42.18%
G=17.54%
B=40.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.04
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1787417000.580.040.30304.6241.2749.41
HexB24AAA03A41E1312931
Octal2621122520724364615161
Binary10110010100101010101010011101010011110100110001101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24AAA; }

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

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

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

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

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

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

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

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