#B24EBA

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

Shades of Fuchsia #B24EBA

Tints of Fuchsia #B24EBA

Color information

#B24EBA (or 0xB24EBA) is unknown color: approx Fuchsia. HEX triplet: B2, 4E and BA. RGB value is (178,78,186). Sum of RGB (Red+Green+Blue) = 178+78+186=442 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.27% from 442); Green value is 78 (30.86% from 255 or 17.65% from 442); Blue value is 186 (73.05% from 255 or 42.08% from 442); Max value from RGB is 186 - color contains mainly: blue. Hex color #B24EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B24EBA is #4DB145. Grayscale: #777777. Windows color (decimal): -5091654 or 12209842. OLE color: 12209842.

HSL color Cylindrical-coordinate representation of color #B24EBA: hue angle of 295.56º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B24EBA is Cyan = 0.04, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17878186-
CMYK0.040.5800.27
HSL295.56º43.9%51.76%-
HSV(B)295.56º58.06%72.94%-
XYZ29.9518.4648.44-
YUV120.21165.13169.22-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.27%
GREEN value IS 78 (30.86% from 255) = 17.65%
BLUE value IS 186 (73.05% from 255) = 42.08%
R=40.27%
G=17.65%
B=42.08%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal178781860.040.5800.27295.5643.951.76
HexB24EBA43A01B1282c34
Octal2621162724720334505464
Binary10110010100111010111010100111010011011100101000101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24EBA; }

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

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

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

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

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

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

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

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