#B24EBD

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

Shades of Fuchsia #B24EBD

Tints of Fuchsia #B24EBD

Color information

#B24EBD (or 0xB24EBD) is unknown color: approx Fuchsia. HEX triplet: B2, 4E and BD. RGB value is (178,78,189). Sum of RGB (Red+Green+Blue) = 178+78+189=445 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40% from 445); Green value is 78 (30.86% from 255 or 17.53% from 445); Blue value is 189 (74.22% from 255 or 42.47% from 445); Max value from RGB is 189 - color contains mainly: blue. Hex color #B24EBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B24EBD is #4DB142. Grayscale: #787878. Windows color (decimal): -5091651 or 12406450. OLE color: 12406450.

HSL color Cylindrical-coordinate representation of color #B24EBD: hue angle of 294.05º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B24EBD is Cyan = 0.06, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB17878189-
CMYK0.060.5900.26
HSL294.05º45.68%52.35%-
HSV(B)294.05º58.73%74.12%-
XYZ30.2718.5950.14-
YUV120.55166.63168.97-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40%
GREEN value IS 78 (30.86% from 255) = 17.53%
BLUE value IS 189 (74.22% from 255) = 42.47%
R=40%
G=17.53%
B=42.47%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal178781890.060.5900.26294.0545.6852.35
HexB24EBD63B01A1262e34
Octal2621162756730324465664
Binary10110010100111010111101110111011011010100100110101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24EBD; }

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

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

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

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

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

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

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

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