Html Css Color HEX #BE65EE Medium Orchid

📋 copy color: '#BE65EE'

red 190 ◦ green 101 ◦ blue 238

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

Shades of Medium Orchid #BE65EE

Tints of Medium Orchid #BE65EE

RGB

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

 GREEN value IS 101 (39.84% from 255) = 19.09%

 BLUE value IS 238 (93.36% from 255) = 44.99%

R = 35.92%
G = 19.09%
B = 44.99%

CMYK

 C value IS 0.20

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BE65EE (or 0xBE65EE) is known color: Medium Orchid. HEX triplet: BE, 65 and EE. RGB value is (190,101,238). Sum of RGB (Red+Green+Blue) = 190+101+238=529 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.92% from 529); Green value is 101 (39.84% from 255 or 19.09% from 529); Blue value is 238 (93.36% from 255 or 44.99% from 529); Max value from RGB is 238 - color contains mainly: blue. Hex color #BE65EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE65EE is #419A11. Grayscale: #8E8E8E. Windows color (decimal): -4299282 or 15623614. OLE color: 15623614.

HSL color Cylindrical-coordinate representation of color #BE65EE: hue angle of 278.98º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BE65EE is Cyan = 0.20, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 190 101 238 -
CMYK 0.20 0.58 0 0.07
HSL 278.98º 0.8% 0.66% -
HSV(B) 278.98º 0.58% 0.93% -
XYZ 41.32 26.43 83.81 -
YUV 143.23 181.49 161.36 -
System Red Green Blue C M Y K H S L
Decimal 190 101 238 0.20 0.58 0 0.07 278.98 0.8 0.66
Hex BE 65 EE 14 3A 0 7 117 50 42
Octal 276 145 356 24 72 0 7 427 120 102
Binary 10111110 1100101 11101110 10100 111010 0 111 100010111 1010000 1000010

Color Harmonies of #BE65EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE65EE

Black with #BE65EE

Text Example


Text Example

White with #BE65EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE65EE; }

 p { color: rgb(190,101,238); }

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

background-color css

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

 a { background-color: rgb(190,101,238); }

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

border-color css

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

 span { border-color: rgb(190,101,238); }

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