#B24AB8

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

Shades of Fuchsia #B24AB8

Tints of Fuchsia #B24AB8

Color information

#B24AB8 (or 0xB24AB8) is unknown color: approx Fuchsia. HEX triplet: B2, 4A and B8. RGB value is (178,74,184). Sum of RGB (Red+Green+Blue) = 178+74+184=436 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.83% from 436); Green value is 74 (29.30% from 255 or 16.97% from 436); Blue value is 184 (72.27% from 255 or 42.20% from 436); Max value from RGB is 184 - color contains mainly: blue. Hex color #B24AB8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B24AB8 is #4DB547. Grayscale: #757575. Windows color (decimal): -5092680 or 12077746. OLE color: 12077746.

HSL color Cylindrical-coordinate representation of color #B24AB8: hue angle of 296.73º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B24AB8 is Cyan = 0.03, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB17874184-
CMYK0.030.6000.28
HSL296.73º43.65%50.59%-
HSV(B)296.73º59.78%72.16%-
XYZ29.4617.8247.23-
YUV117.64165.46171.06-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.83%
GREEN value IS 74 (29.30% from 255) = 16.97%
BLUE value IS 184 (72.27% from 255) = 42.20%
R=40.83%
G=16.97%
B=42.20%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal178741840.030.6000.28296.7343.6550.59
HexB24AB833C01C1292c33
Octal2621122703740344515463
Binary1011001010010101011100011111100011100100101001101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24AB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24AB8; }

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

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

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

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

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

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

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

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