Html Css Color HEX #BE2ECF Medium Orchid

📋 copy color: '#BE2ECF'

red 190 ◦ green 46 ◦ blue 207

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

Shades of Medium Orchid #BE2ECF

Tints of Medium Orchid #BE2ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 46.73%

R = 42.89%
G = 10.38%
B = 46.73%

CMYK

 C value IS 0.08

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BE2ECF (or 0xBE2ECF) is known color: Medium Orchid. HEX triplet: BE, 2E and CF. RGB value is (190,46,207). Sum of RGB (Red+Green+Blue) = 190+46+207=443 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.89% from 443); Green value is 46 (18.36% from 255 or 10.38% from 443); Blue value is 207 (81.25% from 255 or 46.73% from 443); Max value from RGB is 207 - color contains mainly: blue. Hex color #BE2ECF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE2ECF is #41D130. Grayscale: #6A6A6A. Windows color (decimal): -4313393 or 13577918. OLE color: 13577918.

HSL color Cylindrical-coordinate representation of color #BE2ECF: hue angle of 293.66º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BE2ECF is Cyan = 0.08, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 190 46 207 -
CMYK 0.08 0.78 0 0.19
HSL 293.66º 0.64% 0.5% -
HSV(B) 293.66º 0.78% 0.81% -
XYZ 33.47 17.41 60.63 -
YUV 107.41 184.21 186.91 -
System Red Green Blue C M Y K H S L
Decimal 190 46 207 0.08 0.78 0 0.19 293.66 0.64 0.5
Hex BE 2E CF 8 4E 0 13 126 40 32
Octal 276 56 317 10 116 0 23 446 100 62
Binary 10111110 101110 11001111 1000 1001110 0 10011 100100110 1000000 110010

Color Harmonies of #BE2ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2ECF

Black with #BE2ECF

Text Example


Text Example

White with #BE2ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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