Html Css Color HEX #B24EC0 Fuchsia

📋 copy color: '#B24EC0'

red 178 ◦ green 78 ◦ blue 192

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

Shades of Fuchsia #B24EC0

Tints of Fuchsia #B24EC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 42.86%

R = 39.73%
G = 17.41%
B = 42.86%

CMYK

 C value IS 0.07

 M value IS 0.59

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B24EC0 (or 0xB24EC0) is known color: Fuchsia. HEX triplet: B2, 4E and C0. RGB value is (178,78,192). Sum of RGB (Red+Green+Blue) = 178+78+192=448 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.73% from 448); Green value is 78 (30.86% from 255 or 17.41% from 448); Blue value is 192 (75.39% from 255 or 42.86% from 448); Max value from RGB is 192 - color contains mainly: blue. Hex color #B24EC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B24EC0 is #4DB13F. Grayscale: #787878. Windows color (decimal): -5091648 or 12603058. OLE color: 12603058.

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

Color convert

RGB 178 78 192 -
CMYK 0.07 0.59 0 0.25
HSL 292.63º 0.48% 0.53% -
HSV(B) 292.63º 0.59% 0.75% -
XYZ 30.6 18.72 51.87 -
YUV 120.9 168.13 168.73 -
System Red Green Blue C M Y K H S L
Decimal 178 78 192 0.07 0.59 0 0.25 292.63 0.48 0.53
Hex B2 4E C0 7 3B 0 19 125 30 35
Octal 262 116 300 7 73 0 31 445 60 65
Binary 10110010 1001110 11000000 111 111011 0 11001 100100101 110000 110101

Color Harmonies of #B24EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24EC0

Black with #B24EC0

Text Example


Text Example

White with #B24EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24EC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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