#B24CAB

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

Shades of Fuchsia #B24CAB

Tints of Fuchsia #B24CAB

Color information

#B24CAB (or 0xB24CAB) is unknown color: approx Fuchsia. HEX triplet: B2, 4C and AB. RGB value is (178,76,171). Sum of RGB (Red+Green+Blue) = 178+76+171=425 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.88% from 425); Green value is 76 (30.08% from 255 or 17.88% from 425); Blue value is 171 (67.19% from 255 or 40.24% from 425); Max value from RGB is 178 - color contains mainly: red. Hex color #B24CAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B24CAB is #4DB354. Grayscale: #757575. Windows color (decimal): -5092181 or 11226290. OLE color: 11226290.

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

Color convert

RGB17876171-
CMYK00.570.040.30
HSL304.12º40.16%49.8%-
HSV(B)304.12º57.3%69.8%-
XYZ28.317.5740.43-
YUV117.33158.29171.28-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.88%
GREEN value IS 76 (30.08% from 255) = 17.88%
BLUE value IS 171 (67.19% from 255) = 40.24%
R=41.88%
G=17.88%
B=40.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.04
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1787617100.570.040.30304.1240.1649.8
HexB24CAB03941E1302832
Octal2621142530714364605062
Binary10110010100110010101011011100110011110100110000101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24CAB; }

 p { color: rgb(178,76,171); }

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

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

 a { background-color: rgb(178,76,171); }

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

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

 span { border-color: rgb(178,76,171); }

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