#B24DC1

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

Shades of Fuchsia #B24DC1

Tints of Fuchsia #B24DC1

Color information

#B24DC1 (or 0xB24DC1) is unknown color: approx Fuchsia. HEX triplet: B2, 4D and C1. RGB value is (178,77,193). Sum of RGB (Red+Green+Blue) = 178+77+193=448 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.73% from 448); Green value is 77 (30.47% from 255 or 17.19% from 448); Blue value is 193 (75.78% from 255 or 43.08% from 448); Max value from RGB is 193 - color contains mainly: blue. Hex color #B24DC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B24DC1 is #4DB23E. Grayscale: #787878. Windows color (decimal): -5091903 or 12668338. OLE color: 12668338.

HSL color Cylindrical-coordinate representation of color #B24DC1: hue angle of 292.24º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B24DC1 is Cyan = 0.08, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB17877193-
CMYK0.080.6000.24
HSL292.24º48.33%52.94%-
HSV(B)292.24º60.1%75.69%-
XYZ30.6418.6252.43-
YUV120.42168.96169.07-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.73%
GREEN value IS 77 (30.47% from 255) = 17.19%
BLUE value IS 193 (75.78% from 255) = 43.08%
R=39.73%
G=17.19%
B=43.08%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal178771930.080.6000.24292.2448.3352.94
HexB24DC183C0181243035
Octal26211530110740304446065
Binary101100101001101110000011000111100011000100100100110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24DC1; }

 p { color: rgb(178,77,193); }

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

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

 a { background-color: rgb(178,77,193); }

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

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

 span { border-color: rgb(178,77,193); }

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