Html Css Color HEX #BE5EF1 Medium Orchid

📋 copy color: '#BE5EF1'

red 190 ◦ green 94 ◦ blue 241

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

Shades of Medium Orchid #BE5EF1

Tints of Medium Orchid #BE5EF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 45.9%

R = 36.19%
G = 17.9%
B = 45.9%

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

#BE5EF1 (or 0xBE5EF1) is known color: Medium Orchid. HEX triplet: BE, 5E and F1. RGB value is (190,94,241). Sum of RGB (Red+Green+Blue) = 190+94+241=525 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.19% from 525); Green value is 94 (37.11% from 255 or 17.90% from 525); Blue value is 241 (94.53% from 255 or 45.90% from 525); Max value from RGB is 241 - color contains mainly: blue. Hex color #BE5EF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE5EF1 is #41A10E. Grayscale: #8A8A8A. Windows color (decimal): -4301071 or 15818430. OLE color: 15818430.

HSL color Cylindrical-coordinate representation of color #BE5EF1: hue angle of 279.18º degrees, saturation: 0.84, 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 #BE5EF1 is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 190 94 241 -
CMYK 0.21 0.61 0 0.05
HSL 279.18º 0.84% 0.66% -
HSV(B) 279.18º 0.61% 0.95% -
XYZ 41.12 25.3 85.94 -
YUV 139.46 185.3 164.05 -
System Red Green Blue C M Y K H S L
Decimal 190 94 241 0.21 0.61 0 0.05 279.18 0.84 0.66
Hex BE 5E F1 15 3D 0 5 117 54 42
Octal 276 136 361 25 75 0 5 427 124 102
Binary 10111110 1011110 11110001 10101 111101 0 101 100010111 1010100 1000010

Color Harmonies of #BE5EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5EF1

Black with #BE5EF1

Text Example


Text Example

White with #BE5EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5EF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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