Html Css Color HEX #BE5EF2 Medium Orchid

📋 copy color: '#BE5EF2'

red 190 ◦ green 94 ◦ blue 242

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

Shades of Medium Orchid #BE5EF2

Tints of Medium Orchid #BE5EF2

RGB

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

 GREEN value IS 94 (37.11% from 255) = 17.87%

 BLUE value IS 242 (94.92% from 255) = 46.01%

R = 36.12%
G = 17.87%
B = 46.01%

CMYK

 C value IS 0.21

 M value IS 0.61

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BE5EF2 (or 0xBE5EF2) is known color: Medium Orchid. HEX triplet: BE, 5E and F2. RGB value is (190,94,242). Sum of RGB (Red+Green+Blue) = 190+94+242=526 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.12% from 526); Green value is 94 (37.11% from 255 or 17.87% from 526); Blue value is 242 (94.92% from 255 or 46.01% from 526); Max value from RGB is 242 - color contains mainly: blue. Hex color #BE5EF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE5EF2 is #41A10D. Grayscale: #8B8B8B. Windows color (decimal): -4301070 or 15883966. OLE color: 15883966.

HSL color Cylindrical-coordinate representation of color #BE5EF2: hue angle of 278.92º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BE5EF2 is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 190 94 242 -
CMYK 0.21 0.61 0 0.05
HSL 278.92º 0.85% 0.66% -
HSV(B) 278.92º 0.61% 0.95% -
XYZ 41.26 25.36 86.73 -
YUV 139.58 185.8 163.97 -
System Red Green Blue C M Y K H S L
Decimal 190 94 242 0.21 0.61 0 0.05 278.92 0.85 0.66
Hex BE 5E F2 15 3D 0 5 117 55 42
Octal 276 136 362 25 75 0 5 427 125 102
Binary 10111110 1011110 11110010 10101 111101 0 101 100010111 1010101 1000010

Color Harmonies of #BE5EF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5EF2

Black with #BE5EF2

Text Example


Text Example

White with #BE5EF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5EF2; }

 p { color: rgb(190,94,242); }

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

background-color css

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

 a { background-color: rgb(190,94,242); }

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

border-color css

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

 span { border-color: rgb(190,94,242); }

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