#B24CB3

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

Shades of Fuchsia #B24CB3

Tints of Fuchsia #B24CB3

Color information

#B24CB3 (or 0xB24CB3) is unknown color: approx Fuchsia. HEX triplet: B2, 4C and B3. RGB value is (178,76,179). Sum of RGB (Red+Green+Blue) = 178+76+179=433 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.11% from 433); Green value is 76 (30.08% from 255 or 17.55% from 433); Blue value is 179 (70.31% from 255 or 41.34% from 433); Max value from RGB is 179 - color contains mainly: blue. Hex color #B24CB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B24CB3 is #4DB34C. Grayscale: #757575. Windows color (decimal): -5092173 or 11750578. OLE color: 11750578.

HSL color Cylindrical-coordinate representation of color #B24CB3: hue angle of 299.42º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B24CB3 is Cyan = 0.01, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB17876179-
CMYK0.010.5800.30
HSL299.42º40.39%50%-
HSV(B)299.42º57.54%70.2%-
XYZ29.0817.8944.57-
YUV118.24162.29170.62-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.11%
GREEN value IS 76 (30.08% from 255) = 17.55%
BLUE value IS 179 (70.31% from 255) = 41.34%
R=41.11%
G=17.55%
B=41.34%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178761790.010.5800.30299.4240.3950
HexB24CB313A01E12b2832
Octal2621142631720364535062
Binary101100101001100101100111111010011110100101011101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24CB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24CB3; }

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

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

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

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

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

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

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

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