Html Css Color HEX #BE2EE1 Medium Orchid

📋 copy color: '#BE2EE1'

red 190 ◦ green 46 ◦ blue 225

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

Shades of Medium Orchid #BE2EE1

Tints of Medium Orchid #BE2EE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 48.81%

R = 41.21%
G = 9.98%
B = 48.81%

CMYK

 C value IS 0.16

 M value IS 0.80

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BE2EE1 (or 0xBE2EE1) is known color: Medium Orchid. HEX triplet: BE, 2E and E1. RGB value is (190,46,225). Sum of RGB (Red+Green+Blue) = 190+46+225=461 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.21% from 461); Green value is 46 (18.36% from 255 or 9.98% from 461); Blue value is 225 (88.28% from 255 or 48.81% from 461); Max value from RGB is 225 - color contains mainly: blue. Hex color #BE2EE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE2EE1 is #41D11E. Grayscale: #6C6C6C. Windows color (decimal): -4313375 or 14757566. OLE color: 14757566.

HSL color Cylindrical-coordinate representation of color #BE2EE1: hue angle of 288.27º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BE2EE1 is Cyan = 0.16, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 190 46 225 -
CMYK 0.16 0.80 0 0.12
HSL 288.27º 0.75% 0.53% -
HSV(B) 288.27º 0.8% 0.88% -
XYZ 35.8 18.34 72.89 -
YUV 109.46 193.21 185.45 -
System Red Green Blue C M Y K H S L
Decimal 190 46 225 0.16 0.80 0 0.12 288.27 0.75 0.53
Hex BE 2E E1 10 50 0 C 120 4B 35
Octal 276 56 341 20 120 0 14 440 113 65
Binary 10111110 101110 11100001 10000 1010000 0 1100 100100000 1001011 110101

Color Harmonies of #BE2EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2EE1

Black with #BE2EE1

Text Example


Text Example

White with #BE2EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2EE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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