Html Css Color HEX #BE2ECB Fuchsia

📋 copy color: '#BE2ECB'

red 190 ◦ green 46 ◦ blue 203

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

Shades of Fuchsia #BE2ECB

Tints of Fuchsia #BE2ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 46.24%

R = 43.28%
G = 10.48%
B = 46.24%

CMYK

 C value IS 0.06

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BE2ECB (or 0xBE2ECB) is known color: Fuchsia. HEX triplet: BE, 2E and CB. RGB value is (190,46,203). Sum of RGB (Red+Green+Blue) = 190+46+203=439 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.28% from 439); Green value is 46 (18.36% from 255 or 10.48% from 439); Blue value is 203 (79.69% from 255 or 46.24% from 439); Max value from RGB is 203 - color contains mainly: blue. Hex color #BE2ECB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE2ECB is #41D134. Grayscale: #6A6A6A. Windows color (decimal): -4313397 or 13315774. OLE color: 13315774.

HSL color Cylindrical-coordinate representation of color #BE2ECB: hue angle of 295.03º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BE2ECB is Cyan = 0.06, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 190 46 203 -
CMYK 0.06 0.77 0 0.20
HSL 295.03º 0.63% 0.49% -
HSV(B) 295.03º 0.77% 0.8% -
XYZ 32.99 17.21 58.08 -
YUV 106.95 182.21 187.23 -
System Red Green Blue C M Y K H S L
Decimal 190 46 203 0.06 0.77 0 0.20 295.03 0.63 0.49
Hex BE 2E CB 6 4D 0 14 127 3F 31
Octal 276 56 313 6 115 0 24 447 77 61
Binary 10111110 101110 11001011 110 1001101 0 10100 100100111 111111 110001

Color Harmonies of #BE2ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2ECB

Black with #BE2ECB

Text Example


Text Example

White with #BE2ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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