#B24AB1

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

Shades of Fuchsia #B24AB1

Tints of Fuchsia #B24AB1

Color information

#B24AB1 (or 0xB24AB1) is unknown color: approx Fuchsia. HEX triplet: B2, 4A and B1. RGB value is (178,74,177). Sum of RGB (Red+Green+Blue) = 178+74+177=429 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.49% from 429); Green value is 74 (29.30% from 255 or 17.25% from 429); Blue value is 177 (69.53% from 255 or 41.26% from 429); Max value from RGB is 178 - color contains mainly: red. Hex color #B24AB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B24AB1 is #4DB54E. Grayscale: #747474. Windows color (decimal): -5092687 or 11618994. OLE color: 11618994.

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

Color convert

RGB17874177-
CMYK00.580.010.30
HSL300.58º41.27%49.41%-
HSV(B)300.58º58.43%69.8%-
XYZ28.7417.5443.46-
YUV116.84161.96171.62-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.49%
GREEN value IS 74 (29.30% from 255) = 17.25%
BLUE value IS 177 (69.53% from 255) = 41.26%
R=41.49%
G=17.25%
B=41.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.01
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1787417700.580.010.30300.5841.2749.41
HexB24AB103A11E12d2931
Octal2621122610721364555161
Binary101100101001010101100010111010111110100101101101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24AB1; }

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

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

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

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

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

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

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

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