Html Css Color HEX #BE2EC4 Fuchsia

📋 copy color: '#BE2EC4'

red 190 ◦ green 46 ◦ blue 196

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

Shades of Fuchsia #BE2EC4

Tints of Fuchsia #BE2EC4

RGB

 RED value IS 190 (74.61% from 255) = 43.98%

 GREEN value IS 46 (18.36% from 255) = 10.65%

 BLUE value IS 196 (76.95% from 255) = 45.37%

R = 43.98%
G = 10.65%
B = 45.37%

CMYK

 C value IS 0.03

 M value IS 0.77

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BE2EC4 (or 0xBE2EC4) is known color: Fuchsia. HEX triplet: BE, 2E and C4. RGB value is (190,46,196). Sum of RGB (Red+Green+Blue) = 190+46+196=432 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.98% from 432); Green value is 46 (18.36% from 255 or 10.65% from 432); Blue value is 196 (76.95% from 255 or 45.37% from 432); Max value from RGB is 196 - color contains mainly: blue. Hex color #BE2EC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE2EC4 is #41D13B. Grayscale: #696969. Windows color (decimal): -4313404 or 12857022. OLE color: 12857022.

HSL color Cylindrical-coordinate representation of color #BE2EC4: hue angle of 297.6º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BE2EC4 is Cyan = 0.03, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 190 46 196 -
CMYK 0.03 0.77 0 0.23
HSL 297.6º 0.62% 0.47% -
HSV(B) 297.6º 0.77% 0.77% -
XYZ 32.18 16.89 53.79 -
YUV 106.16 178.71 187.8 -
System Red Green Blue C M Y K H S L
Decimal 190 46 196 0.03 0.77 0 0.23 297.6 0.62 0.47
Hex BE 2E C4 3 4D 0 17 12A 3E 2F
Octal 276 56 304 3 115 0 27 452 76 57
Binary 10111110 101110 11000100 11 1001101 0 10111 100101010 111110 101111

Color Harmonies of #BE2EC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2EC4

Black with #BE2EC4

Text Example


Text Example

White with #BE2EC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2EC4; }

 p { color: rgb(190,46,196); }

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

background-color css

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

 a { background-color: rgb(190,46,196); }

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

border-color css

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

 span { border-color: rgb(190,46,196); }

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