#B24CAD

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

Shades of Fuchsia #B24CAD

Tints of Fuchsia #B24CAD

Color information

#B24CAD (or 0xB24CAD) is unknown color: approx Fuchsia. HEX triplet: B2, 4C and AD. RGB value is (178,76,173). Sum of RGB (Red+Green+Blue) = 178+76+173=427 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.69% from 427); Green value is 76 (30.08% from 255 or 17.80% from 427); Blue value is 173 (67.97% from 255 or 40.52% from 427); Max value from RGB is 178 - color contains mainly: red. Hex color #B24CAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B24CAD is #4DB352. Grayscale: #757575. Windows color (decimal): -5092179 or 11357362. OLE color: 11357362.

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

Color convert

RGB17876173-
CMYK00.570.030.30
HSL302.94º40.16%49.8%-
HSV(B)302.94º57.3%69.8%-
XYZ28.4917.6541.44-
YUV117.56159.29171.11-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.69%
GREEN value IS 76 (30.08% from 255) = 17.80%
BLUE value IS 173 (67.97% from 255) = 40.52%
R=41.69%
G=17.80%
B=40.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1787617300.570.030.30302.9440.1649.8
HexB24CAD03931E12f2832
Octal2621142550713364575062
Binary1011001010011001010110101110011111110100101111101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24CAD; }

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

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

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

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

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

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

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

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