#B24FC0

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

Shades of Fuchsia #B24FC0

Tints of Fuchsia #B24FC0

Color information

#B24FC0 (or 0xB24FC0) is unknown color: approx Fuchsia. HEX triplet: B2, 4F and C0. RGB value is (178,79,192). Sum of RGB (Red+Green+Blue) = 178+79+192=449 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.64% from 449); Green value is 79 (31.25% from 255 or 17.59% from 449); Blue value is 192 (75.39% from 255 or 42.76% from 449); Max value from RGB is 192 - color contains mainly: blue. Hex color #B24FC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B24FC0 is #4DB03F. Grayscale: #797979. Windows color (decimal): -5091392 or 12603314. OLE color: 12603314.

HSL color Cylindrical-coordinate representation of color #B24FC0: hue angle of 292.57º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B24FC0 is Cyan = 0.07, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17879192-
CMYK0.070.5900.25
HSL292.57º47.28%53.14%-
HSV(B)292.57º58.85%75.29%-
XYZ30.6718.8651.89-
YUV121.48167.8168.31-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.64%
GREEN value IS 79 (31.25% from 255) = 17.59%
BLUE value IS 192 (75.39% from 255) = 42.76%
R=39.64%
G=17.59%
B=42.76%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal178791920.070.5900.25292.5747.2853.14
HexB24FC073B0191252f35
Octal2621173007730314455765
Binary10110010100111111000000111111011011001100100101101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24FC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24FC0; }

 p { color: rgb(178,79,192); }

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

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

 a { background-color: rgb(178,79,192); }

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

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

 span { border-color: rgb(178,79,192); }

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