#B24DAE

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

Shades of Fuchsia #B24DAE

Tints of Fuchsia #B24DAE

Color information

#B24DAE (or 0xB24DAE) is unknown color: approx Fuchsia. HEX triplet: B2, 4D and AE. RGB value is (178,77,174). Sum of RGB (Red+Green+Blue) = 178+77+174=429 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.49% from 429); Green value is 77 (30.47% from 255 or 17.95% from 429); Blue value is 174 (68.36% from 255 or 40.56% from 429); Max value from RGB is 178 - color contains mainly: red. Hex color #B24DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B24DAE is #4DB251. Grayscale: #757575. Windows color (decimal): -5091922 or 11423154. OLE color: 11423154.

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

Color convert

RGB17877174-
CMYK00.570.020.30
HSL302.38º39.61%50%-
HSV(B)302.38º56.74%69.8%-
XYZ28.6517.8341.98-
YUV118.26159.46170.61-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.49%
GREEN value IS 77 (30.47% from 255) = 17.95%
BLUE value IS 174 (68.36% from 255) = 40.56%
R=41.49%
G=17.95%
B=40.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.02
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1787717400.570.020.30302.3839.6150
HexB24DAE03921E12e2832
Octal2621152560712364565062
Binary1011001010011011010111001110011011110100101110101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24DAE; }

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

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

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

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

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

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

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

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