Html Css Color HEX #BE5DF3 Medium Orchid

📋 copy color: '#BE5DF3'

red 190 ◦ green 93 ◦ blue 243

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

Shades of Medium Orchid #BE5DF3

Tints of Medium Orchid #BE5DF3

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.68%

 BLUE value IS 243 (95.31% from 255) = 46.2%

R = 36.12%
G = 17.68%
B = 46.2%

CMYK

 C value IS 0.22

 M value IS 0.62

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BE5DF3 (or 0xBE5DF3) is known color: Medium Orchid. HEX triplet: BE, 5D and F3. RGB value is (190,93,243). Sum of RGB (Red+Green+Blue) = 190+93+243=526 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.12% from 526); Green value is 93 (36.72% from 255 or 17.68% from 526); Blue value is 243 (95.31% from 255 or 46.20% from 526); Max value from RGB is 243 - color contains mainly: blue. Hex color #BE5DF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE5DF3 is #41A20C. Grayscale: #8A8A8A. Windows color (decimal): -4301325 or 15949246. OLE color: 15949246.

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

Color convert

RGB 190 93 243 -
CMYK 0.22 0.62 0 0.05
HSL 278.8º 0.86% 0.66% -
HSV(B) 278.8º 0.62% 0.95% -
XYZ 41.33 25.25 87.49 -
YUV 139.1 186.64 164.3 -
System Red Green Blue C M Y K H S L
Decimal 190 93 243 0.22 0.62 0 0.05 278.8 0.86 0.66
Hex BE 5D F3 16 3E 0 5 117 56 42
Octal 276 135 363 26 76 0 5 427 126 102
Binary 10111110 1011101 11110011 10110 111110 0 101 100010111 1010110 1000010

Color Harmonies of #BE5DF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5DF3

Black with #BE5DF3

Text Example


Text Example

White with #BE5DF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5DF3; }

 p { color: rgb(190,93,243); }

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

background-color css

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

 a { background-color: rgb(190,93,243); }

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

border-color css

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

 span { border-color: rgb(190,93,243); }

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