Html Css Color HEX #B24EBF Fuchsia

📋 copy color: '#B24EBF'

red 178 ◦ green 78 ◦ blue 191

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

Shades of Fuchsia #B24EBF

Tints of Fuchsia #B24EBF

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 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

#B24EBF (or 0xB24EBF) is known color: 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

RGB 178 78 191 -
CMYK 0.07 0.59 0 0.25
HSL 293.1º 0.47% 0.53% -
HSV(B) 293.1º 0.59% 0.75% -
XYZ 30.49 18.68 51.29 -
YUV 120.78 167.63 168.81 -
System Red Green Blue C M Y K H S L
Decimal 178 78 191 0.07 0.59 0 0.25 293.1 0.47 0.53
Hex B2 4E BF 7 3B 0 19 125 2F 35
Octal 262 116 277 7 73 0 31 445 57 65
Binary 10110010 1001110 10111111 111 111011 0 11001 100100101 101111 110101

Color Harmonies of #B24EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24EBF

Black with #B24EBF

Text Example


Text Example

White with #B24EBF

Text Example


Text Example

HTML Codes & Css Web 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>