#B24EBF

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

Shades of Fuchsia #B24EBF

Tints of Fuchsia #B24EBF

Color information

#B24EBF (or 0xB24EBF) is unknown color: approx Fuchsia. HEX triplet: B2, 4E and BF. RGB value is (178,78,191). Sum of RGB (Red+Green+Blue) = 178+78+191=447 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.82% from 447); Green value is 78 (30.86% from 255 or 17.45% from 447); Blue value is 191 (75% from 255 or 42.73% from 447); Max value from RGB is 191 - color contains mainly: blue. Hex color #B24EBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B24EBF is #4DB140. Grayscale: #787878. Windows color (decimal): -5091649 or 12537522. OLE color: 12537522.

HSL color Cylindrical-coordinate representation of color #B24EBF: hue angle of 293.1º 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 #B24EBF is Cyan = 0.07, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17878191-
CMYK0.070.5900.25
HSL293.1º46.89%52.75%-
HSV(B)293.1º59.16%74.9%-
XYZ30.4918.6851.29-
YUV120.78167.63168.81-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.82%
GREEN value IS 78 (30.86% from 255) = 17.45%
BLUE value IS 191 (75% from 255) = 42.73%
R=39.82%
G=17.45%
B=42.73%

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
Decimal178781910.070.5900.25293.146.8952.75
HexB24EBF73B0191252f35
Octal2621162777730314455765
Binary10110010100111010111111111111011011001100100101101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24EBF; }

 p { color: rgb(178,78,191); }

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

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

 a { background-color: rgb(178,78,191); }

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

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

 span { border-color: rgb(178,78,191); }

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