Html Css Color HEX #BE2EDE Medium Orchid

📋 copy color: '#BE2EDE'

red 190 ◦ green 46 ◦ blue 222

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

Shades of Medium Orchid #BE2EDE

Tints of Medium Orchid #BE2EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 48.47%

R = 41.48%
G = 10.04%
B = 48.47%

CMYK

 C value IS 0.14

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BE2EDE (or 0xBE2EDE) is known color: Medium Orchid. HEX triplet: BE, 2E and DE. RGB value is (190,46,222). Sum of RGB (Red+Green+Blue) = 190+46+222=458 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.48% from 458); Green value is 46 (18.36% from 255 or 10.04% from 458); Blue value is 222 (87.11% from 255 or 48.47% from 458); Max value from RGB is 222 - color contains mainly: blue. Hex color #BE2EDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE2EDE is #41D121. Grayscale: #6C6C6C. Windows color (decimal): -4313378 or 14560958. OLE color: 14560958.

HSL color Cylindrical-coordinate representation of color #BE2EDE: hue angle of 289.09º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BE2EDE is Cyan = 0.14, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 190 46 222 -
CMYK 0.14 0.79 0 0.13
HSL 289.09º 0.73% 0.53% -
HSV(B) 289.09º 0.79% 0.87% -
XYZ 35.4 18.18 70.75 -
YUV 109.12 191.71 185.69 -
System Red Green Blue C M Y K H S L
Decimal 190 46 222 0.14 0.79 0 0.13 289.09 0.73 0.53
Hex BE 2E DE E 4F 0 D 121 49 35
Octal 276 56 336 16 117 0 15 441 111 65
Binary 10111110 101110 11011110 1110 1001111 0 1101 100100001 1001001 110101

Color Harmonies of #BE2EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2EDE

Black with #BE2EDE

Text Example


Text Example

White with #BE2EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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