Html Css Color HEX #B24EC1 Fuchsia

📋 copy color: '#B24EC1'

red 178 ◦ green 78 ◦ blue 193

#B24EC1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #B24EC1

Tints of Fuchsia #B24EC1

RGB

 RED value IS 178 (69.92% from 255) = 39.64%

 GREEN value IS 78 (30.86% from 255) = 17.37%

 BLUE value IS 193 (75.78% from 255) = 42.98%

R = 39.64%
G = 17.37%
B = 42.98%

CMYK

 C value IS 0.08

 M value IS 0.60

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B24EC1 (or 0xB24EC1) is known color: Fuchsia. HEX triplet: B2, 4E and C1. RGB value is (178,78,193). Sum of RGB (Red+Green+Blue) = 178+78+193=449 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.64% from 449); Green value is 78 (30.86% from 255 or 17.37% from 449); Blue value is 193 (75.78% from 255 or 42.98% from 449); Max value from RGB is 193 - color contains mainly: blue. Hex color #B24EC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B24EC1 is #4DB13E. Grayscale: #787878. Windows color (decimal): -5091647 or 12668594. OLE color: 12668594.

HSL color Cylindrical-coordinate representation of color #B24EC1: hue angle of 292.17º 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 #B24EC1 is Cyan = 0.08, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 178 78 193 -
CMYK 0.08 0.60 0 0.24
HSL 292.17º 0.48% 0.53% -
HSV(B) 292.17º 0.6% 0.76% -
XYZ 30.71 18.76 52.46 -
YUV 121.01 168.63 168.65 -
System Red Green Blue C M Y K H S L
Decimal 178 78 193 0.08 0.60 0 0.24 292.17 0.48 0.53
Hex B2 4E C1 8 3C 0 18 124 30 35
Octal 262 116 301 10 74 0 30 444 60 65
Binary 10110010 1001110 11000001 1000 111100 0 11000 100100100 110000 110101

Color Harmonies of #B24EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24EC1

Black with #B24EC1

Text Example


Text Example

White with #B24EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24EC1; }

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

 H1.HeaderClassName
 {
   color: #B24EC1;
 }
 .AnyTagClassName
 {
   color: #B24EC1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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